Html Css Color HEX #C29FD6 Wisteria

📋 copy color: '#C29FD6'

red 194 ◦ green 159 ◦ blue 214

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

Shades of Wisteria #C29FD6

Tints of Wisteria #C29FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.74%

R = 34.22%
G = 28.04%
B = 37.74%

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

#C29FD6 (or 0xC29FD6) is known color: Wisteria. HEX triplet: C2, 9F and D6. RGB value is (194,159,214). Sum of RGB (Red+Green+Blue) = 194+159+214=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #C29FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FD6 is #3D6029. Grayscale: #AFAFAF. Windows color (decimal): -4022314 or 14065602. OLE color: 14065602.

HSL color Cylindrical-coordinate representation of color #C29FD6: hue angle of 278.18º 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 #C29FD6 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 159 214 -
CMYK 0.09 0.26 0 0.16
HSL 278.18º 0.4% 0.73% -
HSV(B) 278.18º 0.26% 0.84% -
XYZ 46.78 41.12 69.09 -
YUV 175.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 194 159 214 0.09 0.26 0 0.16 278.18 0.4 0.73
Hex C2 9F D6 9 1A 0 10 116 28 49
Octal 302 237 326 11 32 0 20 426 50 111
Binary 11000010 10011111 11010110 1001 11010 0 10000 100010110 101000 1001001

Color Harmonies of #C29FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FD6

Black with #C29FD6

Text Example


Text Example

White with #C29FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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