#C49DE8

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

Shades of Perfume #C49DE8

Tints of Perfume #C49DE8

Color information

#C49DE8 (or 0xC49DE8) is unknown color: approx Perfume. HEX triplet: C4, 9D and E8. RGB value is (196,157,232). Sum of RGB (Red+Green+Blue) = 196+157+232=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #C49DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DE8 is #3B6217. Grayscale: #B0B0B0. Windows color (decimal): -3891736 or 15244740. OLE color: 15244740.

HSL color Cylindrical-coordinate representation of color #C49DE8: hue angle of 271.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49DE8 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196157232-
CMYK0.160.3200.09
HSL271.2º61.98%76.27%-
HSV(B)271.2º32.33%90.98%-
XYZ49.3941.6881.79-
YUV177.21158.92141.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 232 (91.02% from 255) = 39.66%
R=33.50%
G=26.84%
B=39.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961572320.160.3200.09271.261.9876.27
HexC49DE810200910f3e4c
Octal304235350204001141776114
Binary11000100100111011110100010000100000010011000011111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DE8; }

 p { color: rgb(196,157,232); }

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

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

 a { background-color: rgb(196,157,232); }

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

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

 span { border-color: rgb(196,157,232); }

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