#C1A3EB

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

Shades of Perfume #C1A3EB

Tints of Perfume #C1A3EB

Color information

#C1A3EB (or 0xC1A3EB) is unknown color: approx Perfume. HEX triplet: C1, A3 and EB. RGB value is (193,163,235). Sum of RGB (Red+Green+Blue) = 193+163+235=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A3EB is #3E5C14. Grayscale: #B3B3B3. Windows color (decimal): -4086805 or 15442881. OLE color: 15442881.

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

Color convert

RGB193163235-
CMYK0.180.3100.08
HSL265º64.29%78.04%-
HSV(B)265º30.64%92.16%-
XYZ50.0843.5384.36-
YUV180.18158.94137.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.66%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=32.66%
G=27.58%
B=39.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931632350.180.3100.0826564.2978.04
HexC1A3EB121F08109404e
Octal3012433532237010411100116
Binary11000001101000111110101110010111110100010000100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A3EB; }

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

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

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

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

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

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

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

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