#C4A2FD

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

Shades of Perfume #C4A2FD

Tints of Perfume #C4A2FD

Color information

#C4A2FD (or 0xC4A2FD) is unknown color: approx Perfume. HEX triplet: C4, A2 and FD. RGB value is (196,162,253). Sum of RGB (Red+Green+Blue) = 196+162+253=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4A2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A2FD is #3B5D02. Grayscale: #B6B6B6. Windows color (decimal): -3890435 or 16622276. OLE color: 16622276.

HSL color Cylindrical-coordinate representation of color #C4A2FD: hue angle of 262.42º degrees, saturation: 0.96, 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 #C4A2FD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196162253-
CMYK0.230.3600.01
HSL262.42º95.79%81.37%-
HSV(B)262.42º35.97%99.22%-
XYZ53.4144.6798.74-
YUV182.54167.76137.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.08%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=32.08%
G=26.51%
B=41.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961622530.230.3600.01262.4295.7981.37
HexC4A2FD1724011066051
Octal304242375274401406140121
Binary110001001010001011111101101111001000110000011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A2FD; }

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

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

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

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

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

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

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

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