#C5A8DA

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

Shades of Perfume #C5A8DA

Tints of Perfume #C5A8DA

Color information

#C5A8DA (or 0xC5A8DA) is unknown color: approx Perfume. HEX triplet: C5, A8 and DA. RGB value is (197,168,218). Sum of RGB (Red+Green+Blue) = 197+168+218=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8DA is #3A5725. Grayscale: #B6B6B6. Windows color (decimal): -3823398 or 14330053. OLE color: 14330053.

HSL color Cylindrical-coordinate representation of color #C5A8DA: hue angle of 274.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5A8DA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197168218-
CMYK0.100.2300.15
HSL274.8º40.32%75.69%-
HSV(B)274.8º22.94%85.49%-
XYZ49.6844.9472.38-
YUV182.37148.11138.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=33.79%
G=28.82%
B=37.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971682180.100.2300.15274.840.3275.69
HexC5A8DAA170F113284c
Octal305250332122701742350114
Binary110001011010100011011010101010111011111000100111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A8DA; }

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

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

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

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

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

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

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

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