#C499FC

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

Shades of Perfume #C499FC

Tints of Perfume #C499FC

Color information

#C499FC (or 0xC499FC) is unknown color: approx Perfume. HEX triplet: C4, 99 and FC. RGB value is (196,153,252). Sum of RGB (Red+Green+Blue) = 196+153+252=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C499FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499FC is #3B6603. Grayscale: #B0B0B0. Windows color (decimal): -3892740 or 16554436. OLE color: 16554436.

HSL color Cylindrical-coordinate representation of color #C499FC: hue angle of 266.06º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C499FC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196153252-
CMYK0.220.3900.01
HSL266.06º94.29%79.41%-
HSV(B)266.06º39.29%98.82%-
XYZ51.7341.5597.39-
YUV177.14170.25141.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.61%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=32.61%
G=25.46%
B=41.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961532520.220.3900.01266.0694.2979.41
HexC499FC16270110a5e4f
Octal304231374264701412136117
Binary110001001001100111111100101101001110110000101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499FC; }

 p { color: rgb(196,153,252); }

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

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

 a { background-color: rgb(196,153,252); }

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

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

 span { border-color: rgb(196,153,252); }

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