#C4A2FC

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

Shades of Perfume #C4A2FC

Tints of Perfume #C4A2FC

Color information

#C4A2FC (or 0xC4A2FC) is unknown color: approx Perfume. HEX triplet: C4, A2 and FC. RGB value is (196,162,252). Sum of RGB (Red+Green+Blue) = 196+162+252=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A2FC is #3B5D03. Grayscale: #B6B6B6. Windows color (decimal): -3890436 or 16556740. OLE color: 16556740.

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

Color convert

RGB196162252-
CMYK0.220.3600.01
HSL262.67º93.75%81.18%-
HSV(B)262.67º35.71%98.82%-
XYZ53.2644.697.9-
YUV182.43167.26137.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 162 (63.67% from 255) = 26.56%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=32.13%
G=26.56%
B=41.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961622520.220.3600.01262.6793.7581.18
HexC4A2FC1624011075e51
Octal304242374264401407136121
Binary110001001010001011111100101101001000110000011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A2FC; }

 p { color: rgb(196,162,252); }

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

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

 a { background-color: rgb(196,162,252); }

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

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

 span { border-color: rgb(196,162,252); }

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