Html Css Color HEX #C29ECD Wisteria

📋 copy color: '#C29ECD'

red 194 ◦ green 158 ◦ blue 205

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

Shades of Wisteria #C29ECD

Tints of Wisteria #C29ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 34.83%
G = 28.37%
B = 36.8%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C29ECD (or 0xC29ECD) is known color: Wisteria. HEX triplet: C2, 9E and CD. RGB value is (194,158,205). Sum of RGB (Red+Green+Blue) = 194+158+205=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #C29ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ECD is #3D6132. Grayscale: #ADADAD. Windows color (decimal): -4022579 or 13475522. OLE color: 13475522.

HSL color Cylindrical-coordinate representation of color #C29ECD: hue angle of 285.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29ECD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 158 205 -
CMYK 0.05 0.23 0 0.20
HSL 285.96º 0.32% 0.71% -
HSV(B) 285.96º 0.23% 0.8% -
XYZ 45.49 40.33 63.14 -
YUV 174.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 194 158 205 0.05 0.23 0 0.20 285.96 0.32 0.71
Hex C2 9E CD 5 17 0 14 11E 20 47
Octal 302 236 315 5 27 0 24 436 40 107
Binary 11000010 10011110 11001101 101 10111 0 10100 100011110 100000 1000111

Color Harmonies of #C29ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ECD

Black with #C29ECD

Text Example


Text Example

White with #C29ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ECD; }

 p { color: rgb(194,158,205); }

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

background-color css

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

 a { background-color: rgb(194,158,205); }

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

border-color css

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

 span { border-color: rgb(194,158,205); }

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