#C196F3

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

Shades of Perfume #C196F3

Tints of Perfume #C196F3

Color information

#C196F3 (or 0xC196F3) is unknown color: approx Perfume. HEX triplet: C1, 96 and F3. RGB value is (193,150,243). Sum of RGB (Red+Green+Blue) = 193+150+243=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #C196F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196F3 is #3E690C. Grayscale: #ADADAD. Windows color (decimal): -4090125 or 15963841. OLE color: 15963841.

HSL color Cylindrical-coordinate representation of color #C196F3: hue angle of 267.74º 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 #C196F3 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193150243-
CMYK0.210.3800.05
HSL267.74º79.49%77.06%-
HSV(B)267.74º38.27%95.29%-
XYZ49.0839.6289.86-
YUV173.46167.25141.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=32.94%
G=25.60%
B=41.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931502430.210.3800.05267.7479.4977.06
HexC196F315260510c4f4d
Octal301226363254605414117115
Binary11000001100101101111001110101100110010110000110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196F3; }

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

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

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

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

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

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

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

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