#D867DC

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

Shades of Orchid #D867DC

Tints of Orchid #D867DC

Color information

#D867DC (or 0xD867DC) is unknown color: approx Orchid. HEX triplet: D8, 67 and DC. RGB value is (216,103,220). Sum of RGB (Red+Green+Blue) = 216+103+220=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D867DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DC is #279823. Grayscale: #959595. Windows color (decimal): -2594852 or 14444504. OLE color: 14444504.

HSL color Cylindrical-coordinate representation of color #D867DC: hue angle of 297.95º degrees, saturation: 0.63, 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 #D867DC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216103220-
CMYK0.020.5300.14
HSL297.95º62.57%63.33%-
HSV(B)297.95º53.18%86.27%-
XYZ46.0929.4770.97-
YUV150.12167.44174.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 103 (40.62% from 255) = 19.11%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=40.07%
G=19.11%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161032200.020.5300.14297.9562.5763.33
HexD867DC2350E12a3f3f
Octal3301473342650164527777
Binary110110001100111110111001011010101110100101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867DC; }

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

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

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

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

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

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

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

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