#D867DB

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

Shades of Orchid #D867DB

Tints of Orchid #D867DB

Color information

#D867DB (or 0xD867DB) is unknown color: approx Orchid. HEX triplet: D8, 67 and DB. RGB value is (216,103,219). Sum of RGB (Red+Green+Blue) = 216+103+219=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D867DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DB is #279824. Grayscale: #959595. Windows color (decimal): -2594853 or 14378968. OLE color: 14378968.

HSL color Cylindrical-coordinate representation of color #D867DB: hue angle of 298.45º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D867DB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216103219-
CMYK0.010.5300.14
HSL298.45º61.7%63.14%-
HSV(B)298.45º52.97%85.88%-
XYZ45.9629.4170.27-
YUV150.01166.94175.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 103 (40.62% from 255) = 19.14%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=40.15%
G=19.14%
B=40.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161032190.010.5300.14298.4561.763.14
HexD867DB1350E12a3e3f
Octal3301473331650164527677
Binary11011000110011111011011111010101110100101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867DB; }

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

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

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

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

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

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

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

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