Html Css Color HEX #C29ADB Wisteria

📋 copy color: '#C29ADB'

red 194 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #C29ADB

Tints of Wisteria #C29ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.16%

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

R = 34.22%
G = 27.16%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29ADB (or 0xC29ADB) is known color: Wisteria. HEX triplet: C2, 9A and DB. RGB value is (194,154,219). Sum of RGB (Red+Green+Blue) = 194+154+219=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADB is #3D6524. Grayscale: #ADADAD. Windows color (decimal): -4023589 or 14392002. OLE color: 14392002.

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

Color convert

RGB 194 154 219 -
CMYK 0.11 0.30 0 0.14
HSL 276.92º 0.47% 0.73% -
HSV(B) 276.92º 0.3% 0.86% -
XYZ 46.59 39.7 72.22 -
YUV 173.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 194 154 219 0.11 0.30 0 0.14 276.92 0.47 0.73
Hex C2 9A DB B 1E 0 E 115 2F 49
Octal 302 232 333 13 36 0 16 425 57 111
Binary 11000010 10011010 11011011 1011 11110 0 1110 100010101 101111 1001001

Color Harmonies of #C29ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ADB

Black with #C29ADB

Text Example


Text Example

White with #C29ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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