#D286DA

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

Shades of Orchid #D286DA

Tints of Orchid #D286DA

Color information

#D286DA (or 0xD286DA) is unknown color: approx Orchid. HEX triplet: D2, 86 and DA. RGB value is (210,134,218). Sum of RGB (Red+Green+Blue) = 210+134+218=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D286DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286DA is #2D7925. Grayscale: #A6A6A6. Windows color (decimal): -2980134 or 14321362. OLE color: 14321362.

HSL color Cylindrical-coordinate representation of color #D286DA: hue angle of 294.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D286DA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210134218-
CMYK0.040.3900.15
HSL294.29º53.16%69.02%-
HSV(B)294.29º38.53%85.49%-
XYZ47.7635.8170.73-
YUV166.3157.18159.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=37.37%
G=23.84%
B=38.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101342180.040.3900.15294.2953.1669.02
HexD286DA4270F1263545
Octal32220633244701744665105
Binary110100101000011011011010100100111011111001001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286DA; }

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

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

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

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

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

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

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

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