#C299FF

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

Shades of Perfume #C299FF

Tints of Perfume #C299FF

Color information

#C299FF (or 0xC299FF) is unknown color: approx Perfume. HEX triplet: C2, 99 and FF. RGB value is (194,153,255). Sum of RGB (Red+Green+Blue) = 194+153+255=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C299FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FF is #3D6600. Grayscale: #B0B0B0. Windows color (decimal): -4023809 or 16751042. OLE color: 16751042.

HSL color Cylindrical-coordinate representation of color #C299FF: hue angle of 264.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C299FF is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194153255-
CMYK0.240.400
HSL264.12º100%80%-
HSV(B)264.12º40%100%-
XYZ51.6941.4799.89-
YUV176.89172.08140.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 255 (100% from 255) = 42.36%
R=32.23%
G=25.42%
B=42.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941532550.240.400264.1210080
HexC299FF1828001086450
Octal302231377305000410144120
Binary110000101001100111111111110001010000010000100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299FF; }

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

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

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

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

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

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

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

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