#C1A0FE

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

Shades of Perfume #C1A0FE

Tints of Perfume #C1A0FE

Color information

#C1A0FE (or 0xC1A0FE) is unknown color: approx Perfume. HEX triplet: C1, A0 and FE. RGB value is (193,160,254). Sum of RGB (Red+Green+Blue) = 193+160+254=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 160 (62.89% from 255 or 26.36% 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 #C1A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A0FE is #3E5F01. Grayscale: #B4B4B4. Windows color (decimal): -4087554 or 16687297. OLE color: 16687297.

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

Color convert

RGB193160254-
CMYK0.240.3700.00
HSL261.06º97.92%81.18%-
HSV(B)261.06º37.01%99.61%-
XYZ52.4543.6399.42-
YUV180.58169.43136.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 160 (62.89% from 255) = 26.36%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=31.80%
G=26.36%
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
Decimal1931602540.240.3700.00261.0697.9281.18
HexC1A0FE1825001056251
Octal301240376304500405142121
Binary110000011010000011111110110001001010010000010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0FE; }

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

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

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

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

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

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

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

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