#D287CF

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

Shades of Orchid #D287CF

Tints of Orchid #D287CF

Color information

#D287CF (or 0xD287CF) is unknown color: approx Orchid. HEX triplet: D2, 87 and CF. RGB value is (210,135,207). Sum of RGB (Red+Green+Blue) = 210+135+207=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CF is #2D7830. Grayscale: #A5A5A5. Windows color (decimal): -2979889 or 13600722. OLE color: 13600722.

HSL color Cylindrical-coordinate representation of color #D287CF: hue angle of 302.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 #D287CF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210135207-
CMYK00.360.010.18
HSL302.4º45.45%67.65%-
HSV(B)302.4º35.71%82.35%-
XYZ46.535.5363.44-
YUV165.63151.35159.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=38.04%
G=24.46%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013520700.360.010.18302.445.4567.65
HexD287CF02411212e2d44
Octal32220731704412245655104
Binary11010010100001111100111101001001100101001011101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287CF; }

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

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

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

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

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

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

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

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