#C197FA

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

Shades of Perfume #C197FA

Tints of Perfume #C197FA

Color information

#C197FA (or 0xC197FA) is unknown color: approx Perfume. HEX triplet: C1, 97 and FA. RGB value is (193,151,250). Sum of RGB (Red+Green+Blue) = 193+151+250=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #C197FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197FA is #3E6805. Grayscale: #AEAEAE. Windows color (decimal): -4089862 or 16422849. OLE color: 16422849.

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

Color convert

RGB193151250-
CMYK0.230.4000.02
HSL265.45º90.83%78.63%-
HSV(B)265.45º39.6%98.04%-
XYZ50.3140.3795.58-
YUV174.84170.41140.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=32.49%
G=25.42%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931512500.230.4000.02265.4590.8378.63
HexC197FA1728021095b4f
Octal301227372275002411133117
Binary1100000110010111111110101011110100001010000100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197FA; }

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

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

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

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

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

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

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

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