#C1A1F2

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

Shades of Perfume #C1A1F2

Tints of Perfume #C1A1F2

Color information

#C1A1F2 (or 0xC1A1F2) is unknown color: approx Perfume. HEX triplet: C1, A1 and F2. RGB value is (193,161,242). Sum of RGB (Red+Green+Blue) = 193+161+242=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1A1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A1F2 is #3E5E0D. Grayscale: #B3B3B3. Windows color (decimal): -4087310 or 15901121. OLE color: 15901121.

HSL color Cylindrical-coordinate representation of color #C1A1F2: hue angle of 263.7º degrees, saturation: 0.76, 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 #C1A1F2 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193161242-
CMYK0.200.3300.05
HSL263.7º75.7%79.02%-
HSV(B)263.7º33.47%94.9%-
XYZ50.7643.2489.67-
YUV179.8163.1137.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=32.38%
G=27.01%
B=40.60%

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
Decimal1931612420.200.3300.05263.775.779.02
HexC1A1F21421051084c4f
Octal301241362244105410114117
Binary11000001101000011111001010100100001010110000100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1F2; }

 p { color: rgb(193,161,242); }

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

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

 a { background-color: rgb(193,161,242); }

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

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

 span { border-color: rgb(193,161,242); }

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