#C1A3FD

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

Shades of Perfume #C1A3FD

Tints of Perfume #C1A3FD

Color information

#C1A3FD (or 0xC1A3FD) is unknown color: approx Perfume. HEX triplet: C1, A3 and FD. RGB value is (193,163,253). Sum of RGB (Red+Green+Blue) = 193+163+253=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1A3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A3FD is #3E5C02. Grayscale: #B5B5B5. Windows color (decimal): -4086787 or 16622529. OLE color: 16622529.

HSL color Cylindrical-coordinate representation of color #C1A3FD: hue angle of 260º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1A3FD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193163253-
CMYK0.240.3600.01
HSL260º95.74%81.57%-
HSV(B)260º35.57%99.22%-
XYZ52.8244.6298.76-
YUV182.23167.94135.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 163 (64.06% from 255) = 26.77%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=31.69%
G=26.77%
B=41.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931632530.240.3600.0126095.7481.57
HexC1A3FD1824011046052
Octal301243375304401404140122
Binary110000011010001111111101110001001000110000010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A3FD; }

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

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

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

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

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

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

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

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