#C198FD

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

Shades of Perfume #C198FD

Tints of Perfume #C198FD

Color information

#C198FD (or 0xC198FD) is unknown color: approx Perfume. HEX triplet: C1, 98 and FD. RGB value is (193,152,253). Sum of RGB (Red+Green+Blue) = 193+152+253=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C198FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198FD is #3E6702. Grayscale: #AFAFAF. Windows color (decimal): -4089603 or 16619713. OLE color: 16619713.

HSL color Cylindrical-coordinate representation of color #C198FD: hue angle of 264.36º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C198FD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193152253-
CMYK0.240.4000.01
HSL264.36º96.19%79.41%-
HSV(B)264.36º39.92%99.22%-
XYZ50.9540.8998.13-
YUV175.77171.58140.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=32.27%
G=25.42%
B=42.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931522530.240.4000.01264.3696.1979.41
HexC198FD182801108604f
Octal301230375305001410140117
Binary110000011001100011111101110001010000110000100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198FD; }

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

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

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

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

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

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

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

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