#C396FE

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

Shades of Perfume #C396FE

Tints of Perfume #C396FE

Color information

#C396FE (or 0xC396FE) is unknown color: approx Perfume. HEX triplet: C3, 96 and FE. RGB value is (195,150,254). Sum of RGB (Red+Green+Blue) = 195+150+254=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #C396FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FE is #3C6901. Grayscale: #AEAEAE. Windows color (decimal): -3959042 or 16684739. OLE color: 16684739.

HSL color Cylindrical-coordinate representation of color #C396FE: hue angle of 265.96º 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 #C396FE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195150254-
CMYK0.230.4100.00
HSL265.96º98.11%79.22%-
HSV(B)265.96º40.94%99.61%-
XYZ51.340.5798.89-
YUV175.31172.41142.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.55%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=32.55%
G=25.04%
B=42.40%

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
Decimal1951502540.230.4100.00265.9698.1179.22
HexC396FE17290010a624f
Octal303226376275100412142117
Binary110000111001011011111110101111010010010000101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396FE; }

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

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

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

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

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

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

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

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