#C299FA

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

Shades of Perfume #C299FA

Tints of Perfume #C299FA

Color information

#C299FA (or 0xC299FA) is unknown color: approx Perfume. HEX triplet: C2, 99 and FA. RGB value is (194,153,250). Sum of RGB (Red+Green+Blue) = 194+153+250=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C299FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FA is #3D6605. Grayscale: #AFAFAF. Windows color (decimal): -4023814 or 16423362. OLE color: 16423362.

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

Color convert

RGB194153250-
CMYK0.220.3900.02
HSL265.36º90.65%79.02%-
HSV(B)265.36º38.8%98.04%-
XYZ50.8941.1595.7-
YUV176.32169.58140.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=32.50%
G=25.63%
B=41.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941532500.220.3900.02265.3690.6579.02
HexC299FA1627021095b4f
Octal302231372264702411133117
Binary1100001010011001111110101011010011101010000100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299FA; }

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

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

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

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

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

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

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

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