#C194FA

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

Shades of Perfume #C194FA

Tints of Perfume #C194FA

Color information

#C194FA (or 0xC194FA) is unknown color: approx Perfume. HEX triplet: C1, 94 and FA. RGB value is (193,148,250). Sum of RGB (Red+Green+Blue) = 193+148+250=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C194FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194FA is #3E6B05. Grayscale: #ACACAC. Windows color (decimal): -4090630 or 16422081. OLE color: 16422081.

HSL color Cylindrical-coordinate representation of color #C194FA: hue angle of 266.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C194FA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193148250-
CMYK0.230.4100.02
HSL266.47º91.07%78.04%-
HSV(B)266.47º40.8%98.04%-
XYZ49.8439.4295.42-
YUV173.08171.41142.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.66%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=32.66%
G=25.04%
B=42.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931482500.230.4100.02266.4791.0778.04
HexC194FA17290210a5b4e
Octal301224372275102412133116
Binary1100000110010100111110101011110100101010000101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194FA; }

 p { color: rgb(193,148,250); }

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

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

 a { background-color: rgb(193,148,250); }

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

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

 span { border-color: rgb(193,148,250); }

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