#C196F1

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

Shades of Perfume #C196F1

Tints of Perfume #C196F1

Color information

#C196F1 (or 0xC196F1) is unknown color: approx Perfume. HEX triplet: C1, 96 and F1. RGB value is (193,150,241). Sum of RGB (Red+Green+Blue) = 193+150+241=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #C196F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196F1 is #3E690E. Grayscale: #ACACAC. Windows color (decimal): -4090127 or 15832769. OLE color: 15832769.

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

Color convert

RGB193150241-
CMYK0.200.3800.05
HSL268.35º76.47%76.67%-
HSV(B)268.35º37.76%94.51%-
XYZ48.7839.588.27-
YUV173.23166.25142.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=33.05%
G=25.68%
B=41.27%

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
Decimal1931502410.200.3800.05268.3576.4776.67
HexC196F114260510c4c4d
Octal301226361244605414114115
Binary11000001100101101111000110100100110010110000110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196F1; }

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

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

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

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

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

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

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

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