#C1A3FF

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

Shades of Perfume #C1A3FF

Tints of Perfume #C1A3FF

Color information

#C1A3FF (or 0xC1A3FF) is unknown color: approx Perfume. HEX triplet: C1, A3 and FF. RGB value is (193,163,255). Sum of RGB (Red+Green+Blue) = 193+163+255=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A3FF is #3E5C00. Grayscale: #B6B6B6. Windows color (decimal): -4086785 or 16753601. OLE color: 16753601.

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

Color convert

RGB193163255-
CMYK0.240.3600
HSL259.57º100%81.96%-
HSV(B)259.57º36.08%100%-
XYZ53.1444.75100.44-
YUV182.46168.94135.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 255 (100% from 255) = 41.73%
R=31.59%
G=26.68%
B=41.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931632550.240.3600259.5710081.96
HexC1A3FF1824001046452
Octal301243377304400404144122
Binary110000011010001111111111110001001000010000010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A3FF; }

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

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

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

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

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

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

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

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