#C5A2E3

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

Shades of Perfume #C5A2E3

Tints of Perfume #C5A2E3

Color information

#C5A2E3 (or 0xC5A2E3) is unknown color: approx Perfume. HEX triplet: C5, A2 and E3. RGB value is (197,162,227). Sum of RGB (Red+Green+Blue) = 197+162+227=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5A2E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2E3 is #3A5D1C. Grayscale: #B3B3B3. Windows color (decimal): -3824925 or 14918341. OLE color: 14918341.

HSL color Cylindrical-coordinate representation of color #C5A2E3: hue angle of 272.31º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A2E3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197162227-
CMYK0.130.2900.11
HSL272.31º53.72%76.27%-
HSV(B)272.31º28.63%89.02%-
XYZ49.8143.2678.4-
YUV179.88154.6140.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=33.62%
G=27.65%
B=38.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971622270.130.2900.11272.3153.7276.27
HexC5A2E3D1D0B110364c
Octal305242343153501342066114
Binary110001011010001011100011110111101010111000100001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2E3; }

 p { color: rgb(197,162,227); }

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

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

 a { background-color: rgb(197,162,227); }

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

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

 span { border-color: rgb(197,162,227); }

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