#C2A1F1

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

Shades of Perfume #C2A1F1

Tints of Perfume #C2A1F1

Color information

#C2A1F1 (or 0xC2A1F1) is unknown color: approx Perfume. HEX triplet: C2, A1 and F1. RGB value is (194,161,241). Sum of RGB (Red+Green+Blue) = 194+161+241=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2A1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A1F1 is #3D5E0E. Grayscale: #B3B3B3. Windows color (decimal): -4021775 or 15835586. OLE color: 15835586.

HSL color Cylindrical-coordinate representation of color #C2A1F1: hue angle of 264.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2A1F1 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194161241-
CMYK0.200.3300.05
HSL264.75º74.07%78.82%-
HSV(B)264.75º33.2%94.51%-
XYZ50.8743.3188.9-
YUV179.99162.43138-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.55%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=32.55%
G=27.01%
B=40.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941612410.200.3300.05264.7574.0778.82
HexC2A1F11421051094a4f
Octal302241361244105411112117
Binary11000010101000011111000110100100001010110000100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1F1; }

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

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

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

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

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

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

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

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