#C299FB

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

Shades of Perfume #C299FB

Tints of Perfume #C299FB

Color information

#C299FB (or 0xC299FB) is unknown color: approx Perfume. HEX triplet: C2, 99 and FB. RGB value is (194,153,251). Sum of RGB (Red+Green+Blue) = 194+153+251=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C299FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FB is #3D6604. Grayscale: #B0B0B0. Windows color (decimal): -4023813 or 16488898. OLE color: 16488898.

HSL color Cylindrical-coordinate representation of color #C299FB: hue angle of 265.1º degrees, saturation: 0.92, 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 #C299FB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194153251-
CMYK0.230.3900.02
HSL265.1º92.45%79.22%-
HSV(B)265.1º39.04%98.43%-
XYZ51.0541.2296.53-
YUV176.43170.08140.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.44%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=32.44%
G=25.59%
B=41.97%

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
Decimal1941532510.230.3900.02265.192.4579.22
HexC299FB1727021095c4f
Octal302231373274702411134117
Binary1100001010011001111110111011110011101010000100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299FB; }

 p { color: rgb(194,153,251); }

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

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

 a { background-color: rgb(194,153,251); }

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

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

 span { border-color: rgb(194,153,251); }

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