Html Css Color HEX #C29BD8 Wisteria

📋 copy color: '#C29BD8'

red 194 ◦ green 155 ◦ blue 216

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

Shades of Wisteria #C29BD8

Tints of Wisteria #C29BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 34.34%
G = 27.43%
B = 38.23%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C29BD8 (or 0xC29BD8) is known color: Wisteria. HEX triplet: C2, 9B and D8. RGB value is (194,155,216). Sum of RGB (Red+Green+Blue) = 194+155+216=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #C29BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD8 is #3D6427. Grayscale: #ADADAD. Windows color (decimal): -4023336 or 14195650. OLE color: 14195650.

HSL color Cylindrical-coordinate representation of color #C29BD8: hue angle of 278.36º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29BD8 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 155 216 -
CMYK 0.10 0.28 0 0.15
HSL 278.36º 0.44% 0.73% -
HSV(B) 278.36º 0.28% 0.85% -
XYZ 46.36 39.87 70.22 -
YUV 173.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 194 155 216 0.10 0.28 0 0.15 278.36 0.44 0.73
Hex C2 9B D8 A 1C 0 F 116 2C 49
Octal 302 233 330 12 34 0 17 426 54 111
Binary 11000010 10011011 11011000 1010 11100 0 1111 100010110 101100 1001001

Color Harmonies of #C29BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BD8

Black with #C29BD8

Text Example


Text Example

White with #C29BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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