#C59AFD

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

Shades of Perfume #C59AFD

Tints of Perfume #C59AFD

Color information

#C59AFD (or 0xC59AFD) is unknown color: approx Perfume. HEX triplet: C5, 9A and FD. RGB value is (197,154,253). Sum of RGB (Red+Green+Blue) = 197+154+253=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C59AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AFD is #3A6502. Grayscale: #B1B1B1. Windows color (decimal): -3826947 or 16620229. OLE color: 16620229.

HSL color Cylindrical-coordinate representation of color #C59AFD: hue angle of 266.06º degrees, saturation: 0.96, 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 #C59AFD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197154253-
CMYK0.220.3900.01
HSL266.06º96.12%79.8%-
HSV(B)266.06º39.13%99.22%-
XYZ52.3142.0798.29-
YUV178.14170.25141.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=32.62%
G=25.50%
B=41.89%

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
Decimal1971542530.220.3900.01266.0696.1279.8
HexC59AFD16270110a6050
Octal305232375264701412140120
Binary110001011001101011111101101101001110110000101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59AFD; }

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

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

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

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

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

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

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

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