#D863D2

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

Shades of Orchid #D863D2

Tints of Orchid #D863D2

Color information

#D863D2 (or 0xD863D2) is unknown color: approx Orchid. HEX triplet: D8, 63 and D2. RGB value is (216,99,210). Sum of RGB (Red+Green+Blue) = 216+99+210=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D863D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863D2 is #279C2D. Grayscale: #929292. Windows color (decimal): -2595886 or 13788120. OLE color: 13788120.

HSL color Cylindrical-coordinate representation of color #D863D2: hue angle of 303.08º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863D2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21699210-
CMYK00.540.030.15
HSL303.08º60%61.76%-
HSV(B)303.08º54.17%84.71%-
XYZ44.4128.1864.07-
YUV146.64163.76177.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 99 (39.06% from 255) = 18.86%
BLUE value IS 210 (82.42% from 255) = 40%
R=41.14%
G=18.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169921000.540.030.15303.086061.76
HexD863D20363F12f3c3e
Octal3301433220663174577476
Binary110110001100011110100100110110111111100101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D863D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D863D2; }

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

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

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

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

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

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

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

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