#D866D5

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

Shades of Orchid #D866D5

Tints of Orchid #D866D5

Color information

#D866D5 (or 0xD866D5) is unknown color: approx Orchid. HEX triplet: D8, 66 and D5. RGB value is (216,102,213). Sum of RGB (Red+Green+Blue) = 216+102+213=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D866D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866D5 is #27992A. Grayscale: #949494. Windows color (decimal): -2595115 or 13985496. OLE color: 13985496.

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

Color convert

RGB216102213-
CMYK00.530.010.15
HSL301.58º59.38%62.35%-
HSV(B)301.58º52.78%84.71%-
XYZ45.0828.9166.15-
YUV148.74164.27175.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 102 (40.23% from 255) = 19.21%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=40.68%
G=19.21%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610221300.530.010.15301.5859.3862.35
HexD866D50351F12e3b3e
Octal3301463250651174567376
Binary11011000110011011010101011010111111100101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D866D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D866D5; }

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

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

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

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

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

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

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

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