#d286ca

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

Shades of Orchid #D286CA

Tints of Orchid #D286CA

Color information

#D286CA (or 0xD286CA) is unknown color: approx Orchid. HEX triplet: D2, 86 and CA. RGB value is (210,134,202). Sum of RGB (Red+Green+Blue) = 210+134+202=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D286CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286CA is #2D7935. Grayscale: #A4A4A4. Windows color (decimal): -2980150 or 13272786. OLE color: 13272786.

HSL color Cylindrical-coordinate representation of color #D286CA: hue angle of 306.32º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D286CA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210134202-
CMYK00.360.040.18
HSL306.32º45.78%67.45%-
HSV(B)306.32º36.19%82.35%-
XYZ45.7635.0260.22-
YUV164.48149.18160.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=38.46%
G=24.54%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013420200.360.040.18306.3245.7867.45
HexD286CA0244121322e43
Octal32220631204442246256103
Binary1101001010000110110010100100100100100101001100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d286ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d286ca; }

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

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

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

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

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

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

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

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