#C195F9

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

Shades of Perfume #C195F9

Tints of Perfume #C195F9

Color information

#C195F9 (or 0xC195F9) is unknown color: approx Perfume. HEX triplet: C1, 95 and F9. RGB value is (193,149,249). Sum of RGB (Red+Green+Blue) = 193+149+249=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #C195F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195F9 is #3E6A06. Grayscale: #ADADAD. Windows color (decimal): -4090375 or 16356801. OLE color: 16356801.

HSL color Cylindrical-coordinate representation of color #C195F9: hue angle of 266.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C195F9 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193149249-
CMYK0.220.4000.02
HSL266.4º89.29%78.04%-
HSV(B)266.4º40.16%97.65%-
XYZ49.8439.6794.65-
YUV173.56170.58141.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.66%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=32.66%
G=25.21%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931492490.220.4000.02266.489.2978.04
HexC195F916280210a594e
Octal301225371265002412131116
Binary1100000110010101111110011011010100001010000101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195F9; }

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

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

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

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

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

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

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

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