#C1A4EB

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

Shades of Perfume #C1A4EB

Tints of Perfume #C1A4EB

Color information

#C1A4EB (or 0xC1A4EB) is unknown color: approx Perfume. HEX triplet: C1, A4 and EB. RGB value is (193,164,235). Sum of RGB (Red+Green+Blue) = 193+164+235=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A4EB is #3E5B14. Grayscale: #B4B4B4. Windows color (decimal): -4086549 or 15443137. OLE color: 15443137.

HSL color Cylindrical-coordinate representation of color #C1A4EB: hue angle of 264.51º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1A4EB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193164235-
CMYK0.180.3000.08
HSL264.51º63.96%78.24%-
HSV(B)264.51º30.21%92.16%-
XYZ50.2643.8984.42-
YUV180.76158.61136.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=32.60%
G=27.70%
B=39.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931642350.180.3000.08264.5163.9678.24
HexC1A4EB121E08109404e
Octal3012443532236010411100116
Binary11000001101001001110101110010111100100010000100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4EB; }

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

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

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

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

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

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

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

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