#D286DD

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

Shades of Orchid #D286DD

Tints of Orchid #D286DD

Color information

#D286DD (or 0xD286DD) is unknown color: approx Orchid. HEX triplet: D2, 86 and DD. RGB value is (210,134,221). Sum of RGB (Red+Green+Blue) = 210+134+221=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D286DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286DD is #2D7922. Grayscale: #A6A6A6. Windows color (decimal): -2980131 or 14517970. OLE color: 14517970.

HSL color Cylindrical-coordinate representation of color #D286DD: hue angle of 292.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D286DD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210134221-
CMYK0.050.3900.13
HSL292.41º56.13%69.61%-
HSV(B)292.41º39.37%86.67%-
XYZ48.1535.9772.81-
YUV166.64158.68158.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=37.17%
G=23.72%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101342210.050.3900.13292.4156.1369.61
HexD286DD5270D1243846
Octal32220633554701544470106
Binary110100101000011011011101101100111011011001001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286DD; }

 p { color: rgb(210,134,221); }

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

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

 a { background-color: rgb(210,134,221); }

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

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

 span { border-color: rgb(210,134,221); }

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