#C2A1FF

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

Shades of Perfume #C2A1FF

Tints of Perfume #C2A1FF

Color information

#C2A1FF (or 0xC2A1FF) is unknown color: approx Perfume. HEX triplet: C2, A1 and FF. RGB value is (194,161,255). Sum of RGB (Red+Green+Blue) = 194+161+255=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A1FF is #3D5E00. Grayscale: #B5B5B5. Windows color (decimal): -4021761 or 16753090. OLE color: 16753090.

HSL color Cylindrical-coordinate representation of color #C2A1FF: hue angle of 261.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A1FF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194161255-
CMYK0.240.3700
HSL261.06º100%81.57%-
HSV(B)261.06º36.86%100%-
XYZ53.0444.18100.34-
YUV181.58169.43136.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 161 (63.28% from 255) = 26.39%
BLUE value IS 255 (100% from 255) = 41.80%
R=31.80%
G=26.39%
B=41.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941612550.240.3700261.0610081.57
HexC2A1FF1825001056452
Octal302241377304500405144122
Binary110000101010000111111111110001001010010000010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1FF; }

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

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

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

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

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

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

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

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