#C29FEB

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

Shades of Perfume #C29FEB

Tints of Perfume #C29FEB

Color information

#C29FEB (or 0xC29FEB) is unknown color: approx Perfume. HEX triplet: C2, 9F and EB. RGB value is (194,159,235). Sum of RGB (Red+Green+Blue) = 194+159+235=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FEB is #3D6014. Grayscale: #B1B1B1. Windows color (decimal): -4022293 or 15441858. OLE color: 15441858.

HSL color Cylindrical-coordinate representation of color #C29FEB: hue angle of 267.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29FEB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194159235-
CMYK0.170.3200.08
HSL267.63º65.52%77.25%-
HSV(B)267.63º32.34%92.16%-
XYZ49.6442.2684.14-
YUV178.13160.1139.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=32.99%
G=27.04%
B=39.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941592350.170.3200.08267.6365.5277.25
HexC29FEB11200810c424d
Octal3022373532140010414102115
Binary110000101001111111101011100011000000100010000110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FEB; }

 p { color: rgb(194,159,235); }

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

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

 a { background-color: rgb(194,159,235); }

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

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

 span { border-color: rgb(194,159,235); }

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