Html Css Color HEX #C29ACE Wisteria

📋 copy color: '#C29ACE'

red 194 ◦ green 154 ◦ blue 206

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

Shades of Wisteria #C29ACE

Tints of Wisteria #C29ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 35.02%
G = 27.8%
B = 37.18%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C29ACE (or 0xC29ACE) is known color: Wisteria. HEX triplet: C2, 9A and CE. RGB value is (194,154,206). Sum of RGB (Red+Green+Blue) = 194+154+206=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C29ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ACE is #3D6531. Grayscale: #ABABAB. Windows color (decimal): -4023602 or 13540034. OLE color: 13540034.

HSL color Cylindrical-coordinate representation of color #C29ACE: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29ACE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 154 206 -
CMYK 0.06 0.25 0 0.19
HSL 286.15º 0.35% 0.71% -
HSV(B) 286.15º 0.25% 0.81% -
XYZ 44.94 39.04 63.56 -
YUV 171.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 194 154 206 0.06 0.25 0 0.19 286.15 0.35 0.71
Hex C2 9A CE 6 19 0 13 11E 23 47
Octal 302 232 316 6 31 0 23 436 43 107
Binary 11000010 10011010 11001110 110 11001 0 10011 100011110 100011 1000111

Color Harmonies of #C29ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ACE

Black with #C29ACE

Text Example


Text Example

White with #C29ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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