#C496FE

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

Shades of Perfume #C496FE

Tints of Perfume #C496FE

Color information

#C496FE (or 0xC496FE) is unknown color: approx Perfume. HEX triplet: C4, 96 and FE. RGB value is (196,150,254). Sum of RGB (Red+Green+Blue) = 196+150+254=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C496FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496FE is #3B6901. Grayscale: #AFAFAF. Windows color (decimal): -3893506 or 16684740. OLE color: 16684740.

HSL color Cylindrical-coordinate representation of color #C496FE: hue angle of 266.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C496FE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196150254-
CMYK0.230.4100.00
HSL266.54º98.11%79.22%-
HSV(B)266.54º40.94%99.61%-
XYZ51.5640.798.91-
YUV175.61172.24142.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.67%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=32.67%
G=25%
B=42.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961502540.230.4100.00266.5498.1179.22
HexC496FE17290010b624f
Octal304226376275100413142117
Binary110001001001011011111110101111010010010000101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496FE; }

 p { color: rgb(196,150,254); }

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

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

 a { background-color: rgb(196,150,254); }

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

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

 span { border-color: rgb(196,150,254); }

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