#D866C0

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

Shades of Orchid #D866C0

Tints of Orchid #D866C0

Color information

#D866C0 (or 0xD866C0) is unknown color: approx Orchid. HEX triplet: D8, 66 and C0. RGB value is (216,102,192). Sum of RGB (Red+Green+Blue) = 216+102+192=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D866C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866C0 is #27993F. Grayscale: #929292. Windows color (decimal): -2595136 or 12609240. OLE color: 12609240.

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

Color convert

RGB216102192-
CMYK00.530.110.15
HSL312.63º59.38%62.35%-
HSV(B)312.63º52.78%84.71%-
XYZ42.5827.9153.01-
YUV146.35153.77177.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=42.35%
G=20%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610219200.530.110.15312.6359.3862.35
HexD866C0035BF1393b3e
Octal33014630006513174717376
Binary11011000110011011000000011010110111111100111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D866C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D866C0; }

 p { color: rgb(216,102,192); }

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

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

 a { background-color: rgb(216,102,192); }

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

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

 span { border-color: rgb(216,102,192); }

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