#C99EF6

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

Shades of Perfume #C99EF6

Tints of Perfume #C99EF6

Color information

#C99EF6 (or 0xC99EF6) is unknown color: approx Perfume. HEX triplet: C9, 9E and F6. RGB value is (201,158,246). Sum of RGB (Red+Green+Blue) = 201+158+246=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #C99EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EF6 is #366109. Grayscale: #B4B4B4. Windows color (decimal): -3563786 or 16162505. OLE color: 16162505.

HSL color Cylindrical-coordinate representation of color #C99EF6: hue angle of 269.32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99EF6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201158246-
CMYK0.180.3600.04
HSL269.32º83.02%79.22%-
HSV(B)269.32º35.77%96.47%-
XYZ52.9543.5392.8-
YUV180.89164.75142.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 246 (96.48% from 255) = 40.66%
R=33.22%
G=26.12%
B=40.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011582460.180.3600.04269.3283.0279.22
HexC99EF612240410d534f
Octal311236366224404415123117
Binary11001001100111101111011010010100100010010000110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EF6; }

 p { color: rgb(201,158,246); }

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

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

 a { background-color: rgb(201,158,246); }

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

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

 span { border-color: rgb(201,158,246); }

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