#D866CA

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

Shades of Orchid #D866CA

Tints of Orchid #D866CA

Color information

#D866CA (or 0xD866CA) is unknown color: approx Orchid. HEX triplet: D8, 66 and CA. RGB value is (216,102,202). Sum of RGB (Red+Green+Blue) = 216+102+202=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D866CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866CA is #279935. Grayscale: #939393. Windows color (decimal): -2595126 or 13264600. OLE color: 13264600.

HSL color Cylindrical-coordinate representation of color #D866CA: hue angle of 307.37º 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 #D866CA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216102202-
CMYK00.530.060.15
HSL307.37º59.38%62.35%-
HSV(B)307.37º52.78%84.71%-
XYZ43.7328.3759.05-
YUV147.49158.77176.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=41.54%
G=19.62%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610220200.530.060.15307.3759.3862.35
HexD866CA0356F1333b3e
Octal3301463120656174637376
Binary1101100011001101100101001101011101111100110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D866CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D866CA; }

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

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

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

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

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

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

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

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