#C195F1

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

Shades of Perfume #C195F1

Tints of Perfume #C195F1

Color information

#C195F1 (or 0xC195F1) is unknown color: approx Perfume. HEX triplet: C1, 95 and F1. RGB value is (193,149,241). Sum of RGB (Red+Green+Blue) = 193+149+241=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #C195F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195F1 is #3E6A0E. Grayscale: #ACACAC. Windows color (decimal): -4090383 or 15832513. OLE color: 15832513.

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

Color convert

RGB193149241-
CMYK0.200.3800.05
HSL268.7º76.67%76.47%-
HSV(B)268.7º38.17%94.51%-
XYZ48.6239.1888.22-
YUV172.64166.58142.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=33.10%
G=25.56%
B=41.34%

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
Decimal1931492410.200.3800.05268.776.6776.47
HexC195F114260510d4d4c
Octal301225361244605415115114
Binary11000001100101011111000110100100110010110000110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195F1; }

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

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

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

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

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

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

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

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