#D862D6

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

Shades of Orchid #D862D6

Tints of Orchid #D862D6

Color information

#D862D6 (or 0xD862D6) is unknown color: approx Orchid. HEX triplet: D8, 62 and D6. RGB value is (216,98,214). Sum of RGB (Red+Green+Blue) = 216+98+214=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D862D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862D6 is #279D29. Grayscale: #929292. Windows color (decimal): -2596138 or 14050008. OLE color: 14050008.

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

Color convert

RGB21698214-
CMYK00.550.010.15
HSL301.02º60.2%61.57%-
HSV(B)301.02º54.63%84.71%-
XYZ44.8228.1966.7-
YUV146.51166.09177.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 98 (38.67% from 255) = 18.56%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=40.91%
G=18.56%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169821400.550.010.15301.0260.261.57
HexD862D60371F12d3c3e
Octal3301423260671174557476
Binary11011000110001011010110011011111111100101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D862D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D862D6; }

 p { color: rgb(216,98,214); }

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

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

 a { background-color: rgb(216,98,214); }

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

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

 span { border-color: rgb(216,98,214); }

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