#D286D7

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

Shades of Orchid #D286D7

Tints of Orchid #D286D7

Color information

#D286D7 (or 0xD286D7) is unknown color: approx Orchid. HEX triplet: D2, 86 and D7. RGB value is (210,134,215). Sum of RGB (Red+Green+Blue) = 210+134+215=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #D286D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286D7 is #2D7928. Grayscale: #A5A5A5. Windows color (decimal): -2980137 or 14124754. OLE color: 14124754.

HSL color Cylindrical-coordinate representation of color #D286D7: hue angle of 296.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D286D7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210134215-
CMYK0.020.3800.16
HSL296.3º50.31%68.43%-
HSV(B)296.3º37.67%84.31%-
XYZ47.3735.6668.68-
YUV165.96155.68159.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=37.57%
G=23.97%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101342150.020.3800.16296.350.3168.43
HexD286D72260101283244
Octal32220632724602045062104
Binary110100101000011011010111101001100100001001010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286D7; }

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

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

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

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

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

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

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

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