Html Css Color HEX #C29DDF Wisteria

📋 copy color: '#C29DDF'

red 194 ◦ green 157 ◦ blue 223

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

Shades of Wisteria #C29DDF

Tints of Wisteria #C29DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

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

R = 33.8%
G = 27.35%
B = 38.85%

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

#C29DDF (or 0xC29DDF) is known color: Wisteria. HEX triplet: C2, 9D and DF. RGB value is (194,157,223). Sum of RGB (Red+Green+Blue) = 194+157+223=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDF is #3D6220. Grayscale: #AFAFAF. Windows color (decimal): -4022817 or 14654914. OLE color: 14654914.

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

Color convert

RGB 194 157 223 -
CMYK 0.13 0.30 0 0.13
HSL 273.64º 0.51% 0.75% -
HSV(B) 273.64º 0.3% 0.87% -
XYZ 47.62 40.91 75.2 -
YUV 175.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 194 157 223 0.13 0.30 0 0.13 273.64 0.51 0.75
Hex C2 9D DF D 1E 0 D 112 33 4B
Octal 302 235 337 15 36 0 15 422 63 113
Binary 11000010 10011101 11011111 1101 11110 0 1101 100010010 110011 1001011

Color Harmonies of #C29DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DDF

Black with #C29DDF

Text Example


Text Example

White with #C29DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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