#D868DE

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

Shades of Orchid #D868DE

Tints of Orchid #D868DE

Color information

#D868DE (or 0xD868DE) is unknown color: approx Orchid. HEX triplet: D8, 68 and DE. RGB value is (216,104,222). Sum of RGB (Red+Green+Blue) = 216+104+222=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #D868DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868DE is #279721. Grayscale: #969696. Windows color (decimal): -2594594 or 14575832. OLE color: 14575832.

HSL color Cylindrical-coordinate representation of color #D868DE: hue angle of 296.95º degrees, saturation: 0.64, 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 #D868DE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216104222-
CMYK0.030.5300.13
HSL296.95º64.13%63.92%-
HSV(B)296.95º53.15%87.06%-
XYZ46.4529.7772.41-
YUV150.94168.11174.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=39.85%
G=19.19%
B=40.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161042220.030.5300.13296.9564.1363.92
HexD868DE3350D1294040
Octal330150336365015451100100
Binary11011000110100011011110111101010110110010100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D868DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D868DE; }

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

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

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

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

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

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

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

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