#C5A8EA

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

Shades of Perfume #C5A8EA

Tints of Perfume #C5A8EA

Color information

#C5A8EA (or 0xC5A8EA) is unknown color: approx Perfume. HEX triplet: C5, A8 and EA. RGB value is (197,168,234). Sum of RGB (Red+Green+Blue) = 197+168+234=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8EA is #3A5715. Grayscale: #B7B7B7. Windows color (decimal): -3823382 or 15378629. OLE color: 15378629.

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

Color convert

RGB197168234-
CMYK0.160.2800.08
HSL266.36º61.11%78.82%-
HSV(B)266.36º28.21%91.76%-
XYZ51.8845.8283.95-
YUV184.2156.11137.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.89%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=32.89%
G=28.05%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971682340.160.2800.08266.3661.1178.82
HexC5A8EA101C0810a3d4f
Octal305250352203401041275117
Binary1100010110101000111010101000011100010001000010101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A8EA; }

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

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

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

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

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

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

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

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