#D869BD

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

Shades of Orchid #D869BD

Tints of Orchid #D869BD

Color information

#D869BD (or 0xD869BD) is unknown color: approx Orchid. HEX triplet: D8, 69 and BD. RGB value is (216,105,189). Sum of RGB (Red+Green+Blue) = 216+105+189=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D869BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869BD is #279642. Grayscale: #939393. Windows color (decimal): -2594371 or 12413400. OLE color: 12413400.

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

Color convert

RGB216105189-
CMYK00.510.120.15
HSL314.59º58.73%62.94%-
HSV(B)314.59º51.39%84.71%-
XYZ42.5628.3851.38-
YUV147.76151.27176.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=42.35%
G=20.59%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610518900.510.120.15314.5958.7362.94
HexD869BD033CF13b3b3f
Octal33015127506314174737377
Binary11011000110100110111101011001111001111100111011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869BD; }

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

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

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

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

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

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

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

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