#C1A2FE

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

Shades of Perfume #C1A2FE

Tints of Perfume #C1A2FE

Color information

#C1A2FE (or 0xC1A2FE) is unknown color: approx Perfume. HEX triplet: C1, A2 and FE. RGB value is (193,162,254). Sum of RGB (Red+Green+Blue) = 193+162+254=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 162 (63.67% from 255 or 26.60% 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 #C1A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A2FE is #3E5D01. Grayscale: #B5B5B5. Windows color (decimal): -4087042 or 16687809. OLE color: 16687809.

HSL color Cylindrical-coordinate representation of color #C1A2FE: hue angle of 260.22º 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 #C1A2FE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193162254-
CMYK0.240.3600.00
HSL260.22º97.87%81.57%-
HSV(B)260.22º36.22%99.61%-
XYZ52.844.3399.54-
YUV181.76168.77136.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 162 (63.67% from 255) = 26.60%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=31.69%
G=26.60%
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
Decimal1931622540.240.3600.00260.2297.8781.57
HexC1A2FE1824001046252
Octal301242376304400404142122
Binary110000011010001011111110110001001000010000010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2FE; }

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

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

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

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

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

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

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

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