#C0A1FF

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

Shades of Perfume #C0A1FF

Tints of Perfume #C0A1FF

Color information

#C0A1FF (or 0xC0A1FF) is unknown color: approx Perfume. HEX triplet: C0, A1 and FF. RGB value is (192,161,255). Sum of RGB (Red+Green+Blue) = 192+161+255=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 161 (63.28% from 255 or 26.48% 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 #C0A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1FF is #3F5E00. Grayscale: #B4B4B4. Windows color (decimal): -4152833 or 16753088. OLE color: 16753088.

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

Color convert

RGB192161255-
CMYK0.250.3700
HSL259.79º100%81.57%-
HSV(B)259.79º36.86%100%-
XYZ52.5343.92100.32-
YUV180.98169.77135.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 161 (63.28% from 255) = 26.48%
BLUE value IS 255 (100% from 255) = 41.94%
R=31.58%
G=26.48%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921612550.250.3700259.7910081.57
HexC0A1FF1925001046452
Octal300241377314500404144122
Binary110000001010000111111111110011001010010000010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A1FF; }

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

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

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

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

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

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

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

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