#C1A0FF

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

Shades of Perfume #C1A0FF

Tints of Perfume #C1A0FF

Color information

#C1A0FF (or 0xC1A0FF) is unknown color: approx Perfume. HEX triplet: C1, A0 and FF. RGB value is (193,160,255). Sum of RGB (Red+Green+Blue) = 193+160+255=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A0FF is #3E5F00. Grayscale: #B4B4B4. Windows color (decimal): -4087553 or 16752833. OLE color: 16752833.

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

Color convert

RGB193160255-
CMYK0.240.3700
HSL260.84º100%81.37%-
HSV(B)260.84º37.25%100%-
XYZ52.6143.7100.27-
YUV180.7169.93136.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 41.94%
R=31.74%
G=26.32%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931602550.240.3700260.8410081.37
HexC1A0FF1825001056451
Octal301240377304500405144121
Binary110000011010000011111111110001001010010000010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0FF; }

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

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

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

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

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

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

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

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