#C2A4EE

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

Shades of Perfume #C2A4EE

Tints of Perfume #C2A4EE

Color information

#C2A4EE (or 0xC2A4EE) is unknown color: approx Perfume. HEX triplet: C2, A4 and EE. RGB value is (194,164,238). Sum of RGB (Red+Green+Blue) = 194+164+238=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4EE is #3D5B11. Grayscale: #B5B5B5. Windows color (decimal): -4021010 or 15639746. OLE color: 15639746.

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

Color convert

RGB194164238-
CMYK0.180.3100.07
HSL264.32º68.52%78.82%-
HSV(B)264.32º31.09%93.33%-
XYZ50.9644.1986.73-
YUV181.41159.94136.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.55%
GREEN value IS 164 (64.45% from 255) = 27.52%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=32.55%
G=27.52%
B=39.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941642380.180.3100.07264.3268.5278.82
HexC2A4EE121F07108454f
Octal302244356223707410105117
Binary1100001010100100111011101001011111011110000100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A4EE; }

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

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

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

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

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

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

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

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