#C396F3

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

Shades of Perfume #C396F3

Tints of Perfume #C396F3

Color information

#C396F3 (or 0xC396F3) is unknown color: approx Perfume. HEX triplet: C3, 96 and F3. RGB value is (195,150,243). Sum of RGB (Red+Green+Blue) = 195+150+243=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #C396F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396F3 is #3C690C. Grayscale: #ADADAD. Windows color (decimal): -3959053 or 15963843. OLE color: 15963843.

HSL color Cylindrical-coordinate representation of color #C396F3: hue angle of 269.03º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C396F3 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195150243-
CMYK0.200.3800.05
HSL269.03º79.49%77.06%-
HSV(B)269.03º38.27%95.29%-
XYZ49.5939.8989.88-
YUV174.06166.91142.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=33.16%
G=25.51%
B=41.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951502430.200.3800.05269.0379.4977.06
HexC396F314260510d4f4d
Octal303226363244605415117115
Binary11000011100101101111001110100100110010110000110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396F3; }

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

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

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

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

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

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

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

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