#D966C6

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

Shades of Orchid #D966C6

Tints of Orchid #D966C6

Color information

#D966C6 (or 0xD966C6) is unknown color: approx Orchid. HEX triplet: D9, 66 and C6. RGB value is (217,102,198). Sum of RGB (Red+Green+Blue) = 217+102+198=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D966C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966C6 is #269939. Grayscale: #939393. Windows color (decimal): -2529594 or 13002457. OLE color: 13002457.

HSL color Cylindrical-coordinate representation of color #D966C6: hue angle of 309.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966C6 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217102198-
CMYK00.530.090.15
HSL309.91º60.21%62.55%-
HSV(B)309.91º53%85.1%-
XYZ43.5628.3356.6-
YUV147.33156.6177.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=41.97%
G=19.73%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710219800.530.090.15309.9160.2162.55
HexD966C60359F1363c3f
Octal33114630606511174667477
Binary11011001110011011000110011010110011111100110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966C6; }

 p { color: rgb(217,102,198); }

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

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

 a { background-color: rgb(217,102,198); }

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

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

 span { border-color: rgb(217,102,198); }

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