#D867BA

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

Shades of Orchid #D867BA

Tints of Orchid #D867BA

Color information

#D867BA (or 0xD867BA) is unknown color: approx Orchid. HEX triplet: D8, 67 and BA. RGB value is (216,103,186). Sum of RGB (Red+Green+Blue) = 216+103+186=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D867BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867BA is #279845. Grayscale: #929292. Windows color (decimal): -2594886 or 12216280. OLE color: 12216280.

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

Color convert

RGB216103186-
CMYK00.520.140.15
HSL315.93º59.16%62.55%-
HSV(B)315.93º52.31%84.71%-
XYZ42.0327.8449.61-
YUV146.25150.44177.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 103 (40.62% from 255) = 20.40%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=42.77%
G=20.40%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610318600.520.140.15315.9359.1662.55
HexD867BA034EF13c3b3f
Octal33014727206416174747377
Binary11011000110011110111010011010011101111100111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867BA; }

 p { color: rgb(216,103,186); }

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

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

 a { background-color: rgb(216,103,186); }

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

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

 span { border-color: rgb(216,103,186); }

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