#D488CC

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

Shades of Orchid #D488CC

Tints of Orchid #D488CC

Color information

#D488CC (or 0xD488CC) is unknown color: approx Orchid. HEX triplet: D4, 88 and CC. RGB value is (212,136,204). Sum of RGB (Red+Green+Blue) = 212+136+204=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D488CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488CC is #2B7733. Grayscale: #A6A6A6. Windows color (decimal): -2848564 or 13404372. OLE color: 13404372.

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

Color convert

RGB212136204-
CMYK00.360.040.17
HSL306.32º46.91%68.24%-
HSV(B)306.32º35.85%83.14%-
XYZ46.8535.9761.6-
YUV166.48149.18160.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=38.41%
G=24.64%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213620400.360.040.17306.3246.9168.24
HexD488CC0244111322f44
Octal32421031404442146257104
Binary1101010010001000110011000100100100100011001100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488CC; }

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

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

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

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

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

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

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

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