#D867DD

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

Shades of Orchid #D867DD

Tints of Orchid #D867DD

Color information

#D867DD (or 0xD867DD) is unknown color: approx Orchid. HEX triplet: D8, 67 and DD. RGB value is (216,103,221). Sum of RGB (Red+Green+Blue) = 216+103+221=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D867DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DD is #279822. Grayscale: #959595. Windows color (decimal): -2594851 or 14510040. OLE color: 14510040.

HSL color Cylindrical-coordinate representation of color #D867DD: hue angle of 297.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D867DD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216103221-
CMYK0.020.5300.13
HSL297.46º63.44%63.53%-
HSV(B)297.46º53.39%86.67%-
XYZ46.2229.5271.67-
YUV150.24167.94174.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 19.07%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=40%
G=19.07%
B=40.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161032210.020.5300.13297.4663.4463.53
HexD867DD2350D1293f40
Octal33014733526501545177100
Binary1101100011001111101110110110101011011001010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867DD; }

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

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

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

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

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

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

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

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