#D869B7

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

Shades of Orchid #D869B7

Tints of Orchid #D869B7

Color information

#D869B7 (or 0xD869B7) is unknown color: approx Orchid. HEX triplet: D8, 69 and B7. RGB value is (216,105,183). Sum of RGB (Red+Green+Blue) = 216+105+183=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D869B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869B7 is #279648. Grayscale: #929292. Windows color (decimal): -2594377 or 12020184. OLE color: 12020184.

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

Color convert

RGB216105183-
CMYK00.510.150.15
HSL317.84º58.73%62.94%-
HSV(B)317.84º51.39%84.71%-
XYZ41.9228.1248.02-
YUV147.08148.27177.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=42.86%
G=20.83%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610518300.510.150.15317.8458.7362.94
HexD869B7033FF13e3b3f
Octal33015126706317174767377
Binary11011000110100110110111011001111111111100111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869B7; }

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

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

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

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

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

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

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

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