#C198FB

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

Shades of Perfume #C198FB

Tints of Perfume #C198FB

Color information

#C198FB (or 0xC198FB) is unknown color: approx Perfume. HEX triplet: C1, 98 and FB. RGB value is (193,152,251). Sum of RGB (Red+Green+Blue) = 193+152+251=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C198FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198FB is #3E6704. Grayscale: #AFAFAF. Windows color (decimal): -4089605 or 16488641. OLE color: 16488641.

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

Color convert

RGB193152251-
CMYK0.230.3900.02
HSL264.85º92.52%79.02%-
HSV(B)264.85º39.44%98.43%-
XYZ50.6340.7696.47-
YUV175.54170.58140.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=32.38%
G=25.50%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931522510.230.3900.02264.8592.5279.02
HexC198FB1727021095d4f
Octal301230373274702411135117
Binary1100000110011000111110111011110011101010000100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198FB; }

 p { color: rgb(193,152,251); }

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

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

 a { background-color: rgb(193,152,251); }

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

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

 span { border-color: rgb(193,152,251); }

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