#C1A8F3

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

Shades of Perfume #C1A8F3

Tints of Perfume #C1A8F3

Color information

#C1A8F3 (or 0xC1A8F3) is unknown color: approx Perfume. HEX triplet: C1, A8 and F3. RGB value is (193,168,243). Sum of RGB (Red+Green+Blue) = 193+168+243=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A8F3 is #3E570C. Grayscale: #B7B7B7. Windows color (decimal): -4085517 or 15968449. OLE color: 15968449.

HSL color Cylindrical-coordinate representation of color #C1A8F3: hue angle of 260º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1A8F3 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193168243-
CMYK0.210.3100.05
HSL260º75.76%80.59%-
HSV(B)260º30.86%95.29%-
XYZ52.1745.8190.89-
YUV184.02161.28134.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=31.95%
G=27.81%
B=40.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931682430.210.3100.0526075.7680.59
HexC1A8F3151F051044c51
Octal301250363253705404114121
Binary1100000110101000111100111010111111010110000010010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A8F3; }

 p { color: rgb(193,168,243); }

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

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

 a { background-color: rgb(193,168,243); }

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

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

 span { border-color: rgb(193,168,243); }

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