#C5A3E7

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

Shades of Perfume #C5A3E7

Tints of Perfume #C5A3E7

Color information

#C5A3E7 (or 0xC5A3E7) is unknown color: approx Perfume. HEX triplet: C5, A3 and E7. RGB value is (197,163,231). Sum of RGB (Red+Green+Blue) = 197+163+231=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #C5A3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A3E7 is #3A5C18. Grayscale: #B4B4B4. Windows color (decimal): -3824665 or 15180741. OLE color: 15180741.

HSL color Cylindrical-coordinate representation of color #C5A3E7: hue angle of 270º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A3E7 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197163231-
CMYK0.150.2900.09
HSL270º58.62%77.25%-
HSV(B)270º29.44%90.59%-
XYZ50.5543.8381.4-
YUV180.92156.26139.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=33.33%
G=27.58%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1971632310.150.2900.0927058.6277.25
HexC5A3E7F1D0910e3b4d
Octal305243347173501141673115
Binary110001011010001111100111111111101010011000011101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A3E7; }

 p { color: rgb(197,163,231); }

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

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

 a { background-color: rgb(197,163,231); }

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

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

 span { border-color: rgb(197,163,231); }

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