#D487C4

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

Shades of Orchid #D487C4

Tints of Orchid #D487C4

Color information

#D487C4 (or 0xD487C4) is unknown color: approx Orchid. HEX triplet: D4, 87 and C4. RGB value is (212,135,196). Sum of RGB (Red+Green+Blue) = 212+135+196=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D487C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487C4 is #2B783B. Grayscale: #A4A4A4. Windows color (decimal): -2848828 or 12879828. OLE color: 12879828.

HSL color Cylindrical-coordinate representation of color #D487C4: hue angle of 312.47º 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 #D487C4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212135196-
CMYK00.360.080.17
HSL312.47º47.24%68.04%-
HSV(B)312.47º36.32%83.14%-
XYZ45.7835.3156.63-
YUV164.98145.51161.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=39.04%
G=24.86%
B=36.10%

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
Decimal21213519600.360.080.17312.4747.2468.04
HexD487C40248111382f44
Octal324207304044102147057104
Binary11010100100001111100010001001001000100011001110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487C4; }

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

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

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

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

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

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

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

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