Html Css Color HEX #C29AE0 Wisteria

📋 copy color: '#C29AE0'

red 194 ◦ green 154 ◦ blue 224

#C29AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C29AE0

Tints of Wisteria #C29AE0

RGB

 RED value IS 194 (76.17% from 255) = 33.92%

 GREEN value IS 154 (60.55% from 255) = 26.92%

 BLUE value IS 224 (87.89% from 255) = 39.16%

R = 33.92%
G = 26.92%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C29AE0 (or 0xC29AE0) is known color: Wisteria. HEX triplet: C2, 9A and E0. RGB value is (194,154,224). Sum of RGB (Red+Green+Blue) = 194+154+224=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #C29AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AE0 is #3D651F. Grayscale: #ADADAD. Windows color (decimal): -4023584 or 14719682. OLE color: 14719682.

HSL color Cylindrical-coordinate representation of color #C29AE0: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29AE0 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 154 224 -
CMYK 0.13 0.31 0 0.12
HSL 274.29º 0.53% 0.74% -
HSV(B) 274.29º 0.31% 0.88% -
XYZ 47.26 39.96 75.74 -
YUV 173.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 194 154 224 0.13 0.31 0 0.12 274.29 0.53 0.74
Hex C2 9A E0 D 1F 0 C 112 35 4A
Octal 302 232 340 15 37 0 14 422 65 112
Binary 11000010 10011010 11100000 1101 11111 0 1100 100010010 110101 1001010

Color Harmonies of #C29AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AE0

Black with #C29AE0

Text Example


Text Example

White with #C29AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AE0; }

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

 H1.HeaderClassName
 {
   color: #C29AE0;
 }
 .AnyTagClassName
 {
   color: #C29AE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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