#C4A1FB

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

Shades of Perfume #C4A1FB

Tints of Perfume #C4A1FB

Color information

#C4A1FB (or 0xC4A1FB) is unknown color: approx Perfume. HEX triplet: C4, A1 and FB. RGB value is (196,161,251). Sum of RGB (Red+Green+Blue) = 196+161+251=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A1FB is #3B5E04. Grayscale: #B5B5B5. Windows color (decimal): -3890693 or 16490948. OLE color: 16490948.

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

Color convert

RGB196161251-
CMYK0.220.3600.02
HSL263.33º91.84%80.78%-
HSV(B)263.33º35.86%98.43%-
XYZ52.9244.1997.01-
YUV181.72167.1138.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 161 (63.28% from 255) = 26.48%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=32.24%
G=26.48%
B=41.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961612510.220.3600.02263.3391.8480.78
HexC4A1FB1624021075c51
Octal304241373264402407134121
Binary1100010010100001111110111011010010001010000011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1FB; }

 p { color: rgb(196,161,251); }

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

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

 a { background-color: rgb(196,161,251); }

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

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

 span { border-color: rgb(196,161,251); }

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