#D869B9

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

Shades of Orchid #D869B9

Tints of Orchid #D869B9

Color information

#D869B9 (or 0xD869B9) is unknown color: approx Orchid. HEX triplet: D8, 69 and B9. RGB value is (216,105,185). Sum of RGB (Red+Green+Blue) = 216+105+185=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D869B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869B9 is #279646. Grayscale: #939393. Windows color (decimal): -2594375 or 12151256. OLE color: 12151256.

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

Color convert

RGB216105185-
CMYK00.510.140.15
HSL316.76º58.73%62.94%-
HSV(B)316.76º51.39%84.71%-
XYZ42.1328.249.12-
YUV147.31149.27177-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=42.69%
G=20.75%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610518500.510.140.15316.7658.7362.94
HexD869B9033EF13d3b3f
Octal33015127106316174757377
Binary11011000110100110111001011001111101111100111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869B9; }

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

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

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

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

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

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

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

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