#C2A1EB

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

Shades of Perfume #C2A1EB

Tints of Perfume #C2A1EB

Color information

#C2A1EB (or 0xC2A1EB) is unknown color: approx Perfume. HEX triplet: C2, A1 and EB. RGB value is (194,161,235). Sum of RGB (Red+Green+Blue) = 194+161+235=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A1EB is #3D5E14. Grayscale: #B3B3B3. Windows color (decimal): -4021781 or 15442370. OLE color: 15442370.

HSL color Cylindrical-coordinate representation of color #C2A1EB: hue angle of 266.76º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A1EB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194161235-
CMYK0.170.3100.08
HSL266.76º64.91%77.65%-
HSV(B)266.76º31.49%92.16%-
XYZ49.9942.9684.25-
YUV179.3159.43138.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=32.88%
G=27.29%
B=39.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941612350.170.3100.08266.7664.9177.65
HexC2A1EB111F0810b414e
Octal3022413532137010413101116
Binary11000010101000011110101110001111110100010000101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1EB; }

 p { color: rgb(194,161,235); }

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

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

 a { background-color: rgb(194,161,235); }

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

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

 span { border-color: rgb(194,161,235); }

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