#C9A4EE

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

Shades of Perfume #C9A4EE

Tints of Perfume #C9A4EE

Color information

#C9A4EE (or 0xC9A4EE) is unknown color: approx Perfume. HEX triplet: C9, A4 and EE. RGB value is (201,164,238). Sum of RGB (Red+Green+Blue) = 201+164+238=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4EE is #365B11. Grayscale: #B7B7B7. Windows color (decimal): -3562258 or 15639753. OLE color: 15639753.

HSL color Cylindrical-coordinate representation of color #C9A4EE: hue angle of 270º degrees, saturation: 0.69, 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 #C9A4EE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201164238-
CMYK0.160.3100.07
HSL270º68.52%78.82%-
HSV(B)270º31.09%93.33%-
XYZ52.845.1486.82-
YUV183.5158.76140.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=33.33%
G=27.20%
B=39.47%

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
Decimal2011642380.160.3100.0727068.5278.82
HexC9A4EE101F0710e454f
Octal311244356203707416105117
Binary1100100110100100111011101000011111011110000111010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4EE; }

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

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

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

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

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

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

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

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