#C59AFC

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

Shades of Perfume #C59AFC

Tints of Perfume #C59AFC

Color information

#C59AFC (or 0xC59AFC) is unknown color: approx Perfume. HEX triplet: C5, 9A and FC. RGB value is (197,154,252). Sum of RGB (Red+Green+Blue) = 197+154+252=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #C59AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AFC is #3A6503. Grayscale: #B1B1B1. Windows color (decimal): -3826948 or 16554693. OLE color: 16554693.

HSL color Cylindrical-coordinate representation of color #C59AFC: hue angle of 266.33º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59AFC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197154252-
CMYK0.220.3900.01
HSL266.33º94.23%79.61%-
HSV(B)266.33º38.89%98.82%-
XYZ52.1542.0197.46-
YUV178.03169.75141.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=32.67%
G=25.54%
B=41.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971542520.220.3900.01266.3394.2379.61
HexC59AFC16270110a5e50
Octal305232374264701412136120
Binary110001011001101011111100101101001110110000101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59AFC; }

 p { color: rgb(197,154,252); }

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

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

 a { background-color: rgb(197,154,252); }

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

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

 span { border-color: rgb(197,154,252); }

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