#C29DE0

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

Shades of Perfume #C29DE0

Tints of Perfume #C29DE0

Color information

#C29DE0 (or 0xC29DE0) is unknown color: approx Perfume. HEX triplet: C2, 9D and E0. RGB value is (194,157,224). Sum of RGB (Red+Green+Blue) = 194+157+224=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C29DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DE0 is #3D621F. Grayscale: #AFAFAF. Windows color (decimal): -4022816 or 14720450. OLE color: 14720450.

HSL color Cylindrical-coordinate representation of color #C29DE0: hue angle of 273.13º degrees, saturation: 0.52, 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 #C29DE0 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194157224-
CMYK0.130.3000.12
HSL273.13º51.94%74.71%-
HSV(B)273.13º29.91%87.84%-
XYZ47.7640.9775.91-
YUV175.7155.26141.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=33.74%
G=27.30%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941572240.130.3000.12273.1351.9474.71
HexC29DE0D1E0C111344b
Octal302235340153601442164113
Binary110000101001110111100000110111110011001000100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DE0; }

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

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

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

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

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

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

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

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