#D869CD

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

Shades of Orchid #D869CD

Tints of Orchid #D869CD

Color information

#D869CD (or 0xD869CD) is unknown color: approx Orchid. HEX triplet: D8, 69 and CD. RGB value is (216,105,205). Sum of RGB (Red+Green+Blue) = 216+105+205=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D869CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869CD is #279632. Grayscale: #959595. Windows color (decimal): -2594355 or 13461976. OLE color: 13461976.

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

Color convert

RGB216105205-
CMYK00.510.050.15
HSL305.95º58.73%62.94%-
HSV(B)305.95º51.39%84.71%-
XYZ44.3929.1161.04-
YUV149.59159.27175.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=41.06%
G=19.96%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610520500.510.050.15305.9558.7362.94
HexD869CD0335F1323b3f
Octal3301513150635174627377
Binary1101100011010011100110101100111011111100110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869CD; }

 p { color: rgb(216,105,205); }

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

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

 a { background-color: rgb(216,105,205); }

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

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

 span { border-color: rgb(216,105,205); }

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