#D488C9

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

Shades of Orchid #D488C9

Tints of Orchid #D488C9

Color information

#D488C9 (or 0xD488C9) is unknown color: approx Orchid. HEX triplet: D4, 88 and C9. RGB value is (212,136,201). Sum of RGB (Red+Green+Blue) = 212+136+201=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D488C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488C9 is #2B7736. Grayscale: #A5A5A5. Windows color (decimal): -2848567 or 13207764. OLE color: 13207764.

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

Color convert

RGB212136201-
CMYK00.360.050.17
HSL308.68º46.91%68.24%-
HSV(B)308.68º35.85%83.14%-
XYZ46.535.8259.72-
YUV166.13147.68160.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=38.62%
G=24.77%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213620100.360.050.17308.6846.9168.24
HexD488C90245111352f44
Octal32421031104452146557104
Binary1101010010001000110010010100100101100011001101011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488C9; }

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

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

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

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

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

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

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

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