Html Css Color HEX #C29DDB Wisteria

📋 copy color: '#C29DDB'

red 194 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #C29DDB

Tints of Wisteria #C29DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.54%

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

R = 34.04%
G = 27.54%
B = 38.42%

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

#C29DDB (or 0xC29DDB) is known color: Wisteria. HEX triplet: C2, 9D and DB. RGB value is (194,157,219). Sum of RGB (Red+Green+Blue) = 194+157+219=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDB is #3D6224. Grayscale: #AEAEAE. Windows color (decimal): -4022821 or 14392770. OLE color: 14392770.

HSL color Cylindrical-coordinate representation of color #C29DDB: hue angle of 275.81º 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 #C29DDB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 157 219 -
CMYK 0.11 0.28 0 0.14
HSL 275.81º 0.46% 0.74% -
HSV(B) 275.81º 0.28% 0.86% -
XYZ 47.09 40.7 72.39 -
YUV 175.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 194 157 219 0.11 0.28 0 0.14 275.81 0.46 0.74
Hex C2 9D DB B 1C 0 E 114 2E 4A
Octal 302 235 333 13 34 0 16 424 56 112
Binary 11000010 10011101 11011011 1011 11100 0 1110 100010100 101110 1001010

Color Harmonies of #C29DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DDB

Black with #C29DDB

Text Example


Text Example

White with #C29DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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