#C0A3FE

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

Shades of Perfume #C0A3FE

Tints of Perfume #C0A3FE

Color information

#C0A3FE (or 0xC0A3FE) is unknown color: approx Perfume. HEX triplet: C0, A3 and FE. RGB value is (192,163,254). Sum of RGB (Red+Green+Blue) = 192+163+254=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A3FE is #3F5C01. Grayscale: #B5B5B5. Windows color (decimal): -4152322 or 16688064. OLE color: 16688064.

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

Color convert

RGB192163254-
CMYK0.240.3600.00
HSL259.12º97.85%81.76%-
HSV(B)259.12º35.83%99.61%-
XYZ52.7244.5699.59-
YUV182.04168.61135.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 163 (64.06% from 255) = 26.77%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=31.53%
G=26.77%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921632540.240.3600.00259.1297.8581.76
HexC0A3FE1824001036252
Octal300243376304400403142122
Binary110000001010001111111110110001001000010000001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A3FE; }

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

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

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

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

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

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

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

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