#C5A7EA

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

Shades of Perfume #C5A7EA

Tints of Perfume #C5A7EA

Color information

#C5A7EA (or 0xC5A7EA) is unknown color: approx Perfume. HEX triplet: C5, A7 and EA. RGB value is (197,167,234). Sum of RGB (Red+Green+Blue) = 197+167+234=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A7EA is #3A5815. Grayscale: #B7B7B7. Windows color (decimal): -3823638 or 15378373. OLE color: 15378373.

HSL color Cylindrical-coordinate representation of color #C5A7EA: hue angle of 266.87º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A7EA is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197167234-
CMYK0.160.2900.08
HSL266.87º61.47%78.63%-
HSV(B)266.87º28.63%91.76%-
XYZ51.745.4583.89-
YUV183.61156.44137.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=32.94%
G=27.93%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971672340.160.2900.08266.8761.4778.63
HexC5A7EA101D0810b3d4f
Octal305247352203501041375117
Binary1100010110100111111010101000011101010001000010111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7EA; }

 p { color: rgb(197,167,234); }

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

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

 a { background-color: rgb(197,167,234); }

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

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

 span { border-color: rgb(197,167,234); }

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