Html Css Color HEX #C29FDA Wisteria

📋 copy color: '#C29FDA'

red 194 ◦ green 159 ◦ blue 218

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

Shades of Wisteria #C29FDA

Tints of Wisteria #C29FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 33.98%
G = 27.85%
B = 38.18%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C29FDA (or 0xC29FDA) is known color: Wisteria. HEX triplet: C2, 9F and DA. RGB value is (194,159,218). Sum of RGB (Red+Green+Blue) = 194+159+218=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FDA is #3D6025. Grayscale: #AFAFAF. Windows color (decimal): -4022310 or 14327746. OLE color: 14327746.

HSL color Cylindrical-coordinate representation of color #C29FDA: hue angle of 275.59º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29FDA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 159 218 -
CMYK 0.11 0.27 0 0.15
HSL 275.59º 0.44% 0.74% -
HSV(B) 275.59º 0.27% 0.85% -
XYZ 47.3 41.33 71.81 -
YUV 176.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 194 159 218 0.11 0.27 0 0.15 275.59 0.44 0.74
Hex C2 9F DA B 1B 0 F 114 2C 4A
Octal 302 237 332 13 33 0 17 424 54 112
Binary 11000010 10011111 11011010 1011 11011 0 1111 100010100 101100 1001010

Color Harmonies of #C29FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FDA

Black with #C29FDA

Text Example


Text Example

White with #C29FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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