Html Css Color HEX #C29BDF Wisteria

📋 copy color: '#C29BDF'

red 194 ◦ green 155 ◦ blue 223

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

Shades of Wisteria #C29BDF

Tints of Wisteria #C29BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 33.92%
G = 27.1%
B = 38.99%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29BDF (or 0xC29BDF) is known color: Wisteria. HEX triplet: C2, 9B and DF. RGB value is (194,155,223). Sum of RGB (Red+Green+Blue) = 194+155+223=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDF is #3D6420. Grayscale: #AEAEAE. Windows color (decimal): -4023329 or 14654402. OLE color: 14654402.

HSL color Cylindrical-coordinate representation of color #C29BDF: hue angle of 274.41º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29BDF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 155 223 -
CMYK 0.13 0.30 0 0.13
HSL 274.41º 0.52% 0.74% -
HSV(B) 274.41º 0.3% 0.87% -
XYZ 47.29 40.24 75.09 -
YUV 174.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 194 155 223 0.13 0.30 0 0.13 274.41 0.52 0.74
Hex C2 9B DF D 1E 0 D 112 34 4A
Octal 302 233 337 15 36 0 15 422 64 112
Binary 11000010 10011011 11011111 1101 11110 0 1101 100010010 110100 1001010

Color Harmonies of #C29BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BDF

Black with #C29BDF

Text Example


Text Example

White with #C29BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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