#D170CB

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

Shades of Orchid #D170CB

Tints of Orchid #D170CB

Color information

#D170CB (or 0xD170CB) is unknown color: approx Orchid. HEX triplet: D1, 70 and CB. RGB value is (209,112,203). Sum of RGB (Red+Green+Blue) = 209+112+203=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D170CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170CB is #2E8F34. Grayscale: #979797. Windows color (decimal): -3051317 or 13332689. OLE color: 13332689.

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

Color convert

RGB209112203-
CMYK00.460.030.18
HSL303.71º51.32%62.94%-
HSV(B)303.71º46.41%81.96%-
XYZ42.8729.4659.93-
YUV151.38157.14169.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 112 (44.14% from 255) = 21.37%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=39.89%
G=21.37%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911220300.460.030.18303.7151.3262.94
HexD170CB02E312130333f
Octal3211603130563224606377
Binary1101000111100001100101101011101110010100110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170CB; }

 p { color: rgb(209,112,203); }

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

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

 a { background-color: rgb(209,112,203); }

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

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

 span { border-color: rgb(209,112,203); }

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