#C1A4FA

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

Shades of Perfume #C1A4FA

Tints of Perfume #C1A4FA

Color information

#C1A4FA (or 0xC1A4FA) is unknown color: approx Perfume. HEX triplet: C1, A4 and FA. RGB value is (193,164,250). Sum of RGB (Red+Green+Blue) = 193+164+250=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A4FA is #3E5B05. Grayscale: #B6B6B6. Windows color (decimal): -4086534 or 16426177. OLE color: 16426177.

HSL color Cylindrical-coordinate representation of color #C1A4FA: hue angle of 260.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1A4FA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193164250-
CMYK0.230.3400.02
HSL260.23º89.58%81.18%-
HSV(B)260.23º34.4%98.04%-
XYZ52.5244.7996.32-
YUV182.48166.11135.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=31.80%
G=27.02%
B=41.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931642500.230.3400.02260.2389.5881.18
HexC1A4FA1722021045a51
Octal301244372274202404132121
Binary1100000110100100111110101011110001001010000010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4FA; }

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

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

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

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

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

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

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

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