Html Css Color HEX #C29BDB Wisteria

📋 copy color: '#C29BDB'

red 194 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #C29BDB

Tints of Wisteria #C29BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.29%

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

R = 34.15%
G = 27.29%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29BDB (or 0xC29BDB) is known color: Wisteria. HEX triplet: C2, 9B and DB. RGB value is (194,155,219). Sum of RGB (Red+Green+Blue) = 194+155+219=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDB is #3D6424. Grayscale: #ADADAD. Windows color (decimal): -4023333 or 14392258. OLE color: 14392258.

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

Color convert

RGB 194 155 219 -
CMYK 0.11 0.29 0 0.14
HSL 276.56º 0.47% 0.73% -
HSV(B) 276.56º 0.29% 0.86% -
XYZ 46.76 40.03 72.28 -
YUV 173.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 194 155 219 0.11 0.29 0 0.14 276.56 0.47 0.73
Hex C2 9B DB B 1D 0 E 115 2F 49
Octal 302 233 333 13 35 0 16 425 57 111
Binary 11000010 10011011 11011011 1011 11101 0 1110 100010101 101111 1001001

Color Harmonies of #C29BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BDB

Black with #C29BDB

Text Example


Text Example

White with #C29BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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