#D867DE

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

Shades of Orchid #D867DE

Tints of Orchid #D867DE

Color information

#D867DE (or 0xD867DE) is unknown color: approx Orchid. HEX triplet: D8, 67 and DE. RGB value is (216,103,222). Sum of RGB (Red+Green+Blue) = 216+103+222=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #D867DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DE is #279821. Grayscale: #959595. Windows color (decimal): -2594850 or 14575576. OLE color: 14575576.

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

Color convert

RGB216103222-
CMYK0.030.5400.13
HSL296.97º64.32%63.73%-
HSV(B)296.97º53.6%87.06%-
XYZ46.3529.5772.37-
YUV150.35168.44174.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 103 (40.62% from 255) = 19.04%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=39.93%
G=19.04%
B=41.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161032220.030.5400.13296.9764.3263.73
HexD867DE3360D1294040
Octal330147336366015451100100
Binary11011000110011111011110111101100110110010100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867DE; }

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

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

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

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

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

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

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

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