#C0A1FE

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

Shades of Perfume #C0A1FE

Tints of Perfume #C0A1FE

Color information

#C0A1FE (or 0xC0A1FE) is unknown color: approx Perfume. HEX triplet: C0, A1 and FE. RGB value is (192,161,254). Sum of RGB (Red+Green+Blue) = 192+161+254=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1FE is #3F5E01. Grayscale: #B4B4B4. Windows color (decimal): -4152834 or 16687552. OLE color: 16687552.

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

Color convert

RGB192161254-
CMYK0.240.3700.00
HSL260º97.89%81.37%-
HSV(B)260º36.61%99.61%-
XYZ52.3743.8599.47-
YUV180.87169.27135.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=31.63%
G=26.52%
B=41.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921612540.240.3700.0026097.8981.37
HexC0A1FE1825001046251
Octal300241376304500404142121
Binary110000001010000111111110110001001010010000010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A1FE; }

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

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

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

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

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

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

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

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