#C1ABE1

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

Shades of Perfume #C1ABE1

Tints of Perfume #C1ABE1

Color information

#C1ABE1 (or 0xC1ABE1) is unknown color: approx Perfume. HEX triplet: C1, AB and E1. RGB value is (193,171,225). Sum of RGB (Red+Green+Blue) = 193+171+225=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABE1 is #3E541E. Grayscale: #B7B7B7. Windows color (decimal): -4084767 or 14789569. OLE color: 14789569.

HSL color Cylindrical-coordinate representation of color #C1ABE1: hue angle of 264.44º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1ABE1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193171225-
CMYK0.140.2400.12
HSL264.44º47.37%77.65%-
HSV(B)264.44º24%88.24%-
XYZ50.1545.977.45-
YUV183.73151.29134.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.77%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=32.77%
G=29.03%
B=38.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931712250.140.2400.12264.4447.3777.65
HexC1ABE1E180C1082f4e
Octal301253341163001441057116
Binary110000011010101111100001111011000011001000010001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABE1; }

 p { color: rgb(193,171,225); }

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

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

 a { background-color: rgb(193,171,225); }

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

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

 span { border-color: rgb(193,171,225); }

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