Html Css Color HEX #C29FDB Wisteria

📋 copy color: '#C29FDB'

red 194 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #C29FDB

Tints of Wisteria #C29FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.8%

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

R = 33.92%
G = 27.8%
B = 38.29%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29FDB (or 0xC29FDB) is known color: Wisteria. HEX triplet: C2, 9F and DB. RGB value is (194,159,219). Sum of RGB (Red+Green+Blue) = 194+159+219=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FDB is #3D6024. Grayscale: #B0B0B0. Windows color (decimal): -4022309 or 14393282. OLE color: 14393282.

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

Color convert

RGB 194 159 219 -
CMYK 0.11 0.27 0 0.14
HSL 275º 0.45% 0.74% -
HSV(B) 275º 0.27% 0.86% -
XYZ 47.43 41.38 72.51 -
YUV 176.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 194 159 219 0.11 0.27 0 0.14 275 0.45 0.74
Hex C2 9F DB B 1B 0 E 113 2D 4A
Octal 302 237 333 13 33 0 16 423 55 112
Binary 11000010 10011111 11011011 1011 11011 0 1110 100010011 101101 1001010

Color Harmonies of #C29FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FDB

Black with #C29FDB

Text Example


Text Example

White with #C29FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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