#C396FF

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

Shades of Perfume #C396FF

Tints of Perfume #C396FF

Color information

#C396FF (or 0xC396FF) is unknown color: approx Perfume. HEX triplet: C3, 96 and FF. RGB value is (195,150,255). Sum of RGB (Red+Green+Blue) = 195+150+255=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FF is #3C6900. Grayscale: #AFAFAF. Windows color (decimal): -3959041 or 16750275. OLE color: 16750275.

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

Color convert

RGB195150255-
CMYK0.240.4100
HSL265.71º100%79.41%-
HSV(B)265.71º41.18%100%-
XYZ51.4640.6399.74-
YUV175.42172.91141.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 255 (100% from 255) = 42.5%
R=32.5%
G=25%
B=42.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951502550.240.4100265.7110079.41
HexC396FF18290010a644f
Octal303226377305100412144117
Binary110000111001011011111111110001010010010000101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396FF; }

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

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

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

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

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

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

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

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