#D863DE

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

Shades of Orchid #D863DE

Tints of Orchid #D863DE

Color information

#D863DE (or 0xD863DE) is unknown color: approx Orchid. HEX triplet: D8, 63 and DE. RGB value is (216,99,222). Sum of RGB (Red+Green+Blue) = 216+99+222=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #D863DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863DE is #279C21. Grayscale: #939393. Windows color (decimal): -2595874 or 14574552. OLE color: 14574552.

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

Color convert

RGB21699222-
CMYK0.030.5500.13
HSL297.07º65.08%62.94%-
HSV(B)297.07º55.41%87.06%-
XYZ45.9728.872.24-
YUV148169.76176.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 99 (39.06% from 255) = 18.44%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=40.22%
G=18.44%
B=41.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216992220.030.5500.13297.0765.0862.94
HexD863DE3370D129413f
Octal33014333636701545110177
Binary1101100011000111101111011110111011011001010011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D863DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D863DE; }

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

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

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

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

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

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

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

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