#C29BEA

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

Shades of Perfume #C29BEA

Tints of Perfume #C29BEA

Color information

#C29BEA (or 0xC29BEA) is unknown color: approx Perfume. HEX triplet: C2, 9B and EA. RGB value is (194,155,234). Sum of RGB (Red+Green+Blue) = 194+155+234=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #C29BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BEA is #3D6415. Grayscale: #AFAFAF. Windows color (decimal): -4023318 or 15375298. OLE color: 15375298.

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

Color convert

RGB194155234-
CMYK0.170.3400.08
HSL269.62º65.29%76.27%-
HSV(B)269.62º33.76%91.76%-
XYZ48.8240.8583.15-
YUV175.67160.92141.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=33.28%
G=26.59%
B=40.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941552340.170.3400.08269.6265.2976.27
HexC29BEA11220810e414c
Octal3022333522142010416101114
Binary110000101001101111101010100011000100100010000111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BEA; }

 p { color: rgb(194,155,234); }

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

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

 a { background-color: rgb(194,155,234); }

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

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

 span { border-color: rgb(194,155,234); }

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