#D172CA

Color #D172CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D172CA

Tints of Orchid #D172CA

Color information

#D172CA (or 0xD172CA) is unknown color: approx Orchid. HEX triplet: D1, 72 and CA. RGB value is (209,114,202). Sum of RGB (Red+Green+Blue) = 209+114+202=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CA is #2E8D35. Grayscale: #989898. Windows color (decimal): -3050806 or 13267665. OLE color: 13267665.

HSL color Cylindrical-coordinate representation of color #D172CA: hue angle of 304.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172CA is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209114202-
CMYK00.450.030.18
HSL304.42º50.8%63.33%-
HSV(B)304.42º45.45%81.96%-
XYZ42.9729.8559.37-
YUV152.44155.97168.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 114 (44.92% from 255) = 21.71%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=39.81%
G=21.71%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911420200.450.030.18304.4250.863.33
HexD172CA02D312130333f
Octal3211623120553224606377
Binary1101000111100101100101001011011110010100110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172CA; }

 p { color: rgb(209,114,202); }

 H1.HeaderClassName
 {
   color: #D172CA;
 }
 .AnyTagClassName
 {
   color: #D172CA;
 }
</style>
background-color css

<style>
 a { background-color: #D172CA; }

 a { background-color: rgb(209,114,202); }

 div.DivClassName
 {
   background-color: #D172CA;
 }
 .BgClassName
 {
   background-color: #D172CA;
 }
</style>
border-color css

<style>
 span { border-color: #D172CA; }

 span { border-color: rgb(209,114,202); }

 td.TdClassName
 {
   border-color: #D172CA;
 }
 .TagClassName
 {
   border-color: #D172CA;
 }
</style>