#C499FE

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

Shades of Perfume #C499FE

Tints of Perfume #C499FE

Color information

#C499FE (or 0xC499FE) is unknown color: approx Perfume. HEX triplet: C4, 99 and FE. RGB value is (196,153,254). Sum of RGB (Red+Green+Blue) = 196+153+254=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #C499FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499FE is #3B6601. Grayscale: #B1B1B1. Windows color (decimal): -3892738 or 16685508. OLE color: 16685508.

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

Color convert

RGB196153254-
CMYK0.230.4000.00
HSL265.54º98.06%79.8%-
HSV(B)265.54º39.76%99.61%-
XYZ52.0541.6799.07-
YUV177.37171.25141.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.50%
GREEN value IS 153 (60.16% from 255) = 25.37%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=32.50%
G=25.37%
B=42.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961532540.230.4000.00265.5498.0679.8
HexC499FE17280010a6250
Octal304231376275000412142120
Binary110001001001100111111110101111010000010000101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499FE; }

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

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

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

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

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

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

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

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