#C1A1FF

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

Shades of Perfume #C1A1FF

Tints of Perfume #C1A1FF

Color information

#C1A1FF (or 0xC1A1FF) is unknown color: approx Perfume. HEX triplet: C1, A1 and FF. RGB value is (193,161,255). Sum of RGB (Red+Green+Blue) = 193+161+255=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A1FF is #3E5E00. Grayscale: #B4B4B4. Windows color (decimal): -4087297 or 16753089. OLE color: 16753089.

HSL color Cylindrical-coordinate representation of color #C1A1FF: hue angle of 260.43º 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 #C1A1FF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB193161255-
CMYK0.240.3700
HSL260.43º100%81.57%-
HSV(B)260.43º36.86%100%-
XYZ52.7944.05100.33-
YUV181.28169.6136.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 161 (63.28% from 255) = 26.44%
BLUE value IS 255 (100% from 255) = 41.87%
R=31.69%
G=26.44%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931612550.240.3700260.4310081.57
HexC1A1FF1825001046452
Octal301241377304500404144122
Binary110000011010000111111111110001001010010000010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1FF; }

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

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

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

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

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

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

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

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