#c298f6

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

Shades of Perfume #C298F6

Tints of Perfume #C298F6

Color information

#C298F6 (or 0xC298F6) is unknown color: approx Perfume. HEX triplet: C2, 98 and F6. RGB value is (194,152,246). Sum of RGB (Red+Green+Blue) = 194+152+246=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #C298F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298F6 is #3D6709. Grayscale: #AEAEAE. Windows color (decimal): -4024074 or 16160962. OLE color: 16160962.

HSL color Cylindrical-coordinate representation of color #C298F6: hue angle of 266.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C298F6 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194152246-
CMYK0.210.3800.04
HSL266.81º83.93%78.04%-
HSV(B)266.81º38.21%96.47%-
XYZ50.1140.5892.38-
YUV175.27167.91141.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.77%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 246 (96.48% from 255) = 41.55%
R=32.77%
G=25.68%
B=41.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941522460.210.3800.04266.8183.9378.04
HexC298F615260410b544e
Octal302230366254604413124116
Binary11000010100110001111011010101100110010010000101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c298f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c298f6; }

 p { color: rgb(194,152,246); }

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

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

 a { background-color: rgb(194,152,246); }

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

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

 span { border-color: rgb(194,152,246); }

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