#D488D1

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

Shades of Orchid #D488D1

Tints of Orchid #D488D1

Color information

#D488D1 (or 0xD488D1) is unknown color: approx Orchid. HEX triplet: D4, 88 and D1. RGB value is (212,136,209). Sum of RGB (Red+Green+Blue) = 212+136+209=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D488D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488D1 is #2B772E. Grayscale: #A6A6A6. Windows color (decimal): -2848559 or 13732052. OLE color: 13732052.

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

Color convert

RGB212136209-
CMYK00.360.010.17
HSL302.37º46.91%68.24%-
HSV(B)302.37º35.85%83.14%-
XYZ47.4636.2164.81-
YUV167.05151.68160.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=38.06%
G=24.42%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213620900.360.010.17302.3746.9168.24
HexD488D102411112e2f44
Octal32421032104412145657104
Binary11010100100010001101000101001001100011001011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488D1; }

 p { color: rgb(212,136,209); }

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

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

 a { background-color: rgb(212,136,209); }

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

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

 span { border-color: rgb(212,136,209); }

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