Html Css Color HEX #C29ED6 Wisteria

📋 copy color: '#C29ED6'

red 194 ◦ green 158 ◦ blue 214

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

Shades of Wisteria #C29ED6

Tints of Wisteria #C29ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 34.28%
G = 27.92%
B = 37.81%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C29ED6 (or 0xC29ED6) is known color: Wisteria. HEX triplet: C2, 9E and D6. RGB value is (194,158,214). Sum of RGB (Red+Green+Blue) = 194+158+214=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #C29ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ED6 is #3D6129. Grayscale: #AEAEAE. Windows color (decimal): -4022570 or 14065346. OLE color: 14065346.

HSL color Cylindrical-coordinate representation of color #C29ED6: hue angle of 278.57º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29ED6 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 158 214 -
CMYK 0.09 0.26 0 0.16
HSL 278.57º 0.41% 0.73% -
HSV(B) 278.57º 0.26% 0.84% -
XYZ 46.61 40.78 69.03 -
YUV 175.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 194 158 214 0.09 0.26 0 0.16 278.57 0.41 0.73
Hex C2 9E D6 9 1A 0 10 117 29 49
Octal 302 236 326 11 32 0 20 427 51 111
Binary 11000010 10011110 11010110 1001 11010 0 10000 100010111 101001 1001001

Color Harmonies of #C29ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ED6

Black with #C29ED6

Text Example


Text Example

White with #C29ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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