#C195EF

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

Shades of Perfume #C195EF

Tints of Perfume #C195EF

Color information

#C195EF (or 0xC195EF) is unknown color: approx Perfume. HEX triplet: C1, 95 and EF. RGB value is (193,149,239). Sum of RGB (Red+Green+Blue) = 193+149+239=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C195EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195EF is #3E6A10. Grayscale: #ACACAC. Windows color (decimal): -4090385 or 15701441. OLE color: 15701441.

HSL color Cylindrical-coordinate representation of color #C195EF: hue angle of 269.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C195EF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193149239-
CMYK0.190.3800.06
HSL269.33º73.77%76.08%-
HSV(B)269.33º37.66%93.73%-
XYZ48.3239.0686.65-
YUV172.42165.58142.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=33.22%
G=25.65%
B=41.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931492390.190.3800.06269.3373.7776.08
HexC195EF13260610d4a4c
Octal301225357234606415112114
Binary11000001100101011110111110011100110011010000110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195EF; }

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

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

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

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

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

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

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

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