#C396FB

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

Shades of Perfume #C396FB

Tints of Perfume #C396FB

Color information

#C396FB (or 0xC396FB) is unknown color: approx Perfume. HEX triplet: C3, 96 and FB. RGB value is (195,150,251). Sum of RGB (Red+Green+Blue) = 195+150+251=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C396FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FB is #3C6904. Grayscale: #AEAEAE. Windows color (decimal): -3959045 or 16488131. OLE color: 16488131.

HSL color Cylindrical-coordinate representation of color #C396FB: hue angle of 266.73º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C396FB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195150251-
CMYK0.220.4000.02
HSL266.73º92.66%78.63%-
HSV(B)266.73º40.24%98.43%-
XYZ50.8240.3896.38-
YUV174.97170.91142.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=32.72%
G=25.17%
B=42.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951502510.220.4000.02266.7392.6678.63
HexC396FB16280210b5d4f
Octal303226373265002413135117
Binary1100001110010110111110111011010100001010000101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396FB; }

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

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

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

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

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

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

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

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