#D287CA

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

Shades of Orchid #D287CA

Tints of Orchid #D287CA

Color information

#D287CA (or 0xD287CA) is unknown color: approx Orchid. HEX triplet: D2, 87 and CA. RGB value is (210,135,202). Sum of RGB (Red+Green+Blue) = 210+135+202=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CA is #2D7835. Grayscale: #A4A4A4. Windows color (decimal): -2979894 or 13273042. OLE color: 13273042.

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

Color convert

RGB210135202-
CMYK00.360.040.18
HSL306.4º45.45%67.65%-
HSV(B)306.4º35.71%82.35%-
XYZ45.935.2960.27-
YUV165.06148.85160.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=38.39%
G=24.68%
B=36.93%

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
Decimal21013520200.360.040.18306.445.4567.65
HexD287CA0244121322d44
Octal32220731204442246255104
Binary1101001010000111110010100100100100100101001100101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287CA; }

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

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

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

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

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

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

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

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