#C1A4FE

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

Shades of Perfume #C1A4FE

Tints of Perfume #C1A4FE

Color information

#C1A4FE (or 0xC1A4FE) is unknown color: approx Perfume. HEX triplet: C1, A4 and FE. RGB value is (193,164,254). Sum of RGB (Red+Green+Blue) = 193+164+254=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A4FE is #3E5B01. Grayscale: #B6B6B6. Windows color (decimal): -4086530 or 16688321. OLE color: 16688321.

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

Color convert

RGB193164254-
CMYK0.240.3500.00
HSL259.33º97.83%81.96%-
HSV(B)259.33º35.43%99.61%-
XYZ53.1645.0499.66-
YUV182.93168.11135.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=31.59%
G=26.84%
B=41.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931642540.240.3500.00259.3397.8381.96
HexC1A4FE1823001036252
Octal301244376304300403142122
Binary110000011010010011111110110001000110010000001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4FE; }

 p { color: rgb(193,164,254); }

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

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

 a { background-color: rgb(193,164,254); }

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

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

 span { border-color: rgb(193,164,254); }

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