#D863E9

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

Shades of Orchid #D863E9

Tints of Orchid #D863E9

Color information

#D863E9 (or 0xD863E9) is unknown color: approx Orchid. HEX triplet: D8, 63 and E9. RGB value is (216,99,233). Sum of RGB (Red+Green+Blue) = 216+99+233=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #D863E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D863E9 is #279C16. Grayscale: #949494. Windows color (decimal): -2595863 or 15295448. OLE color: 15295448.

HSL color Cylindrical-coordinate representation of color #D863E9: hue angle of 292.39º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D863E9 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21699233-
CMYK0.070.5800.09
HSL292.39º75.28%65.1%-
HSV(B)292.39º57.51%91.37%-
XYZ47.4929.4180.26-
YUV149.26175.26175.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 99 (39.06% from 255) = 18.07%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=39.42%
G=18.07%
B=42.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216992330.070.5800.09292.3975.2865.1
HexD863E973A091244b41
Octal330143351772011444113101
Binary110110001100011111010011111110100100110010010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D863E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D863E9; }

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

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

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

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

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

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

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

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