#C29DE1

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

Shades of Perfume #C29DE1

Tints of Perfume #C29DE1

Color information

#C29DE1 (or 0xC29DE1) is unknown color: approx Perfume. HEX triplet: C2, 9D and E1. RGB value is (194,157,225). Sum of RGB (Red+Green+Blue) = 194+157+225=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #C29DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DE1 is #3D621E. Grayscale: #AFAFAF. Windows color (decimal): -4022815 or 14785986. OLE color: 14785986.

HSL color Cylindrical-coordinate representation of color #C29DE1: hue angle of 272.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29DE1 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194157225-
CMYK0.140.3000.12
HSL272.65º53.12%74.9%-
HSV(B)272.65º30.22%88.24%-
XYZ47.941.0276.63-
YUV175.82155.76140.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=33.68%
G=27.26%
B=39.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941572250.140.3000.12272.6553.1274.9
HexC29DE1E1E0C111354b
Octal302235341163601442165113
Binary110000101001110111100001111011110011001000100011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DE1; }

 p { color: rgb(194,157,225); }

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

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

 a { background-color: rgb(194,157,225); }

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

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

 span { border-color: rgb(194,157,225); }

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