#D488D0

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

Shades of Orchid #D488D0

Tints of Orchid #D488D0

Color information

#D488D0 (or 0xD488D0) is unknown color: approx Orchid. HEX triplet: D4, 88 and D0. RGB value is (212,136,208). Sum of RGB (Red+Green+Blue) = 212+136+208=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D488D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488D0 is #2B772F. Grayscale: #A6A6A6. Windows color (decimal): -2848560 or 13666516. OLE color: 13666516.

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

Color convert

RGB212136208-
CMYK00.360.020.17
HSL303.16º46.91%68.24%-
HSV(B)303.16º35.85%83.14%-
XYZ47.3436.1664.16-
YUV166.93151.18160.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=38.13%
G=24.46%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213620800.360.020.17303.1646.9168.24
HexD488D002421112f2f44
Octal32421032004422145757104
Binary110101001000100011010000010010010100011001011111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488D0; }

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

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

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

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

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

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

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

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