#C29CE0

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

Shades of Wisteria #C29CE0

Tints of Wisteria #C29CE0

Color information

#C29CE0 (or 0xC29CE0) is unknown color: approx Wisteria. HEX triplet: C2, 9C and E0. RGB value is (194,156,224). Sum of RGB (Red+Green+Blue) = 194+156+224=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #C29CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CE0 is #3D631F. Grayscale: #AEAEAE. Windows color (decimal): -4023072 or 14720194. OLE color: 14720194.

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

Color convert

RGB194156224-
CMYK0.130.3000.12
HSL273.53º52.31%74.51%-
HSV(B)273.53º30.36%87.84%-
XYZ47.5940.6375.85-
YUV175.11155.59141.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=33.80%
G=27.18%
B=39.02%

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
Decimal1941562240.130.3000.12273.5352.3174.51
HexC29CE0D1E0C112344b
Octal302234340153601442264113
Binary110000101001110011100000110111110011001000100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CE0; }

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

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

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

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

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

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

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

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