Html Css Color HEX #C29EDB Wisteria

📋 copy color: '#C29EDB'

red 194 ◦ green 158 ◦ blue 219

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

Shades of Wisteria #C29EDB

Tints of Wisteria #C29EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 33.98%
G = 27.67%
B = 38.35%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29EDB (or 0xC29EDB) is known color: Wisteria. HEX triplet: C2, 9E and DB. RGB value is (194,158,219). Sum of RGB (Red+Green+Blue) = 194+158+219=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDB is #3D6124. Grayscale: #AFAFAF. Windows color (decimal): -4022565 or 14393026. OLE color: 14393026.

HSL color Cylindrical-coordinate representation of color #C29EDB: hue angle of 275.41º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29EDB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 158 219 -
CMYK 0.11 0.28 0 0.14
HSL 275.41º 0.46% 0.74% -
HSV(B) 275.41º 0.28% 0.86% -
XYZ 47.26 41.04 72.45 -
YUV 175.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 194 158 219 0.11 0.28 0 0.14 275.41 0.46 0.74
Hex C2 9E DB B 1C 0 E 113 2E 4A
Octal 302 236 333 13 34 0 16 423 56 112
Binary 11000010 10011110 11011011 1011 11100 0 1110 100010011 101110 1001010

Color Harmonies of #C29EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EDB

Black with #C29EDB

Text Example


Text Example

White with #C29EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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