#d863dd

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

Shades of Orchid #D863DD

Tints of Orchid #D863DD

Color information

#D863DD (or 0xD863DD) is unknown color: approx Orchid. HEX triplet: D8, 63 and DD. RGB value is (216,99,221). Sum of RGB (Red+Green+Blue) = 216+99+221=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D863DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863DD is #279C22. Grayscale: #939393. Windows color (decimal): -2595875 or 14509016. OLE color: 14509016.

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

Color convert

RGB21699221-
CMYK0.020.5500.13
HSL297.54º64.21%62.75%-
HSV(B)297.54º55.2%86.67%-
XYZ45.8328.7471.54-
YUV147.89169.26176.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 99 (39.06% from 255) = 18.47%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=40.30%
G=18.47%
B=41.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216992210.020.5500.13297.5464.2162.75
HexD863DD2370D12a403f
Octal33014333526701545210077
Binary1101100011000111101110110110111011011001010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d863dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d863dd; }

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

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

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

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

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

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

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

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