#D166CD

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

Shades of Orchid #D166CD

Tints of Orchid #D166CD

Color information

#D166CD (or 0xD166CD) is unknown color: approx Orchid. HEX triplet: D1, 66 and CD. RGB value is (209,102,205). Sum of RGB (Red+Green+Blue) = 209+102+205=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CD is #2E9932. Grayscale: #919191. Windows color (decimal): -3053875 or 13461201. OLE color: 13461201.

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

Color convert

RGB209102205-
CMYK00.510.020.18
HSL302.24º53.77%60.98%-
HSV(B)302.24º51.2%81.96%-
XYZ42.0727.4760.84-
YUV145.73161.45173.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=40.50%
G=19.77%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910220500.510.020.18302.2453.7760.98
HexD166CD03321212e363d
Octal3211463150632224566675
Binary1101000111001101100110101100111010010100101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D166CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D166CD; }

 p { color: rgb(209,102,205); }

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

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

 a { background-color: rgb(209,102,205); }

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

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

 span { border-color: rgb(209,102,205); }

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