#C29CE8

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

Shades of Perfume #C29CE8

Tints of Perfume #C29CE8

Color information

#C29CE8 (or 0xC29CE8) is unknown color: approx Perfume. HEX triplet: C2, 9C and E8. RGB value is (194,156,232). Sum of RGB (Red+Green+Blue) = 194+156+232=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #C29CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CE8 is #3D6317. Grayscale: #AFAFAF. Windows color (decimal): -4023064 or 15244482. OLE color: 15244482.

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

Color convert

RGB194156232-
CMYK0.160.3300.09
HSL270º62.3%76.08%-
HSV(B)270º32.76%90.98%-
XYZ48.741.0781.7-
YUV176.03159.59140.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=33.33%
G=26.80%
B=39.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941562320.160.3300.0927062.376.08
HexC29CE810210910e3e4c
Octal302234350204101141676114
Binary11000010100111001110100010000100001010011000011101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CE8; }

 p { color: rgb(194,156,232); }

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

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

 a { background-color: rgb(194,156,232); }

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

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

 span { border-color: rgb(194,156,232); }

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