#D487C3

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

Shades of Orchid #D487C3

Tints of Orchid #D487C3

Color information

#D487C3 (or 0xD487C3) is unknown color: approx Orchid. HEX triplet: D4, 87 and C3. RGB value is (212,135,195). Sum of RGB (Red+Green+Blue) = 212+135+195=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D487C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487C3 is #2B783C. Grayscale: #A4A4A4. Windows color (decimal): -2848829 or 12814292. OLE color: 12814292.

HSL color Cylindrical-coordinate representation of color #D487C3: hue angle of 313.25º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D487C3 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212135195-
CMYK00.360.080.17
HSL313.25º47.24%68.04%-
HSV(B)313.25º36.32%83.14%-
XYZ45.6735.2756.03-
YUV164.86145.01161.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=39.11%
G=24.91%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213519500.360.080.17313.2547.2468.04
HexD487C30248111392f44
Octal324207303044102147157104
Binary11010100100001111100001101001001000100011001110011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487C3; }

 p { color: rgb(212,135,195); }

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

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

 a { background-color: rgb(212,135,195); }

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

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

 span { border-color: rgb(212,135,195); }

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