#C9A5EE

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

Shades of Perfume #C9A5EE

Tints of Perfume #C9A5EE

Color information

#C9A5EE (or 0xC9A5EE) is unknown color: approx Perfume. HEX triplet: C9, A5 and EE. RGB value is (201,165,238). Sum of RGB (Red+Green+Blue) = 201+165+238=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A5EE is #365A11. Grayscale: #B7B7B7. Windows color (decimal): -3562002 or 15640009. OLE color: 15640009.

HSL color Cylindrical-coordinate representation of color #C9A5EE: hue angle of 269.59º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A5EE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201165238-
CMYK0.160.3100.07
HSL269.59º68.22%79.02%-
HSV(B)269.59º30.67%93.33%-
XYZ52.9845.586.88-
YUV184.09158.43140.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=33.28%
G=27.32%
B=39.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011652380.160.3100.07269.5968.2279.02
HexC9A5EE101F0710e444f
Octal311245356203707416104117
Binary1100100110100101111011101000011111011110000111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A5EE; }

 p { color: rgb(201,165,238); }

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

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

 a { background-color: rgb(201,165,238); }

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

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

 span { border-color: rgb(201,165,238); }

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