Html Css Color HEX #C29CDD Wisteria

📋 copy color: '#C29CDD'

red 194 ◦ green 156 ◦ blue 221

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

Shades of Wisteria #C29CDD

Tints of Wisteria #C29CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.32%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 33.98%
G = 27.32%
B = 38.7%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29CDD (or 0xC29CDD) is known color: Wisteria. HEX triplet: C2, 9C and DD. RGB value is (194,156,221). Sum of RGB (Red+Green+Blue) = 194+156+221=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CDD is #3D6322. Grayscale: #AEAEAE. Windows color (decimal): -4023075 or 14523586. OLE color: 14523586.

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

Color convert

RGB 194 156 221 -
CMYK 0.12 0.29 0 0.13
HSL 275.08º 0.49% 0.74% -
HSV(B) 275.08º 0.29% 0.87% -
XYZ 47.19 40.47 73.73 -
YUV 174.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 194 156 221 0.12 0.29 0 0.13 275.08 0.49 0.74
Hex C2 9C DD C 1D 0 D 113 31 4A
Octal 302 234 335 14 35 0 15 423 61 112
Binary 11000010 10011100 11011101 1100 11101 0 1101 100010011 110001 1001010

Color Harmonies of #C29CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CDD

Black with #C29CDD

Text Example


Text Example

White with #C29CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CDD; }

 p { color: rgb(194,156,221); }

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

background-color css

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

 a { background-color: rgb(194,156,221); }

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

border-color css

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

 span { border-color: rgb(194,156,221); }

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