Html Css Color HEX #C29DD5 Wisteria

📋 copy color: '#C29DD5'

red 194 ◦ green 157 ◦ blue 213

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

Shades of Wisteria #C29DD5

Tints of Wisteria #C29DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 34.4%
G = 27.84%
B = 37.77%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C29DD5 (or 0xC29DD5) is known color: Wisteria. HEX triplet: C2, 9D and D5. RGB value is (194,157,213). Sum of RGB (Red+Green+Blue) = 194+157+213=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #C29DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DD5 is #3D622A. Grayscale: #AEAEAE. Windows color (decimal): -4022827 or 13999554. OLE color: 13999554.

HSL color Cylindrical-coordinate representation of color #C29DD5: hue angle of 279.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29DD5 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 157 213 -
CMYK 0.09 0.26 0 0.16
HSL 279.64º 0.4% 0.73% -
HSV(B) 279.64º 0.26% 0.84% -
XYZ 46.32 40.39 68.31 -
YUV 174.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 194 157 213 0.09 0.26 0 0.16 279.64 0.4 0.73
Hex C2 9D D5 9 1A 0 10 118 28 49
Octal 302 235 325 11 32 0 20 430 50 111
Binary 11000010 10011101 11010101 1001 11010 0 10000 100011000 101000 1001001

Color Harmonies of #C29DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DD5

Black with #C29DD5

Text Example


Text Example

White with #C29DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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