Html Css Color HEX #C29FCE Wisteria

📋 copy color: '#C29FCE'

red 194 ◦ green 159 ◦ blue 206

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

Shades of Wisteria #C29FCE

Tints of Wisteria #C29FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 34.7%
G = 28.44%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C29FCE (or 0xC29FCE) is known color: Wisteria. HEX triplet: C2, 9F and CE. RGB value is (194,159,206). Sum of RGB (Red+Green+Blue) = 194+159+206=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #C29FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FCE is #3D6031. Grayscale: #AEAEAE. Windows color (decimal): -4022322 or 13541314. OLE color: 13541314.

HSL color Cylindrical-coordinate representation of color #C29FCE: hue angle of 284.68º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29FCE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 159 206 -
CMYK 0.06 0.23 0 0.19
HSL 284.68º 0.32% 0.72% -
HSV(B) 284.68º 0.23% 0.81% -
XYZ 45.79 40.72 63.84 -
YUV 174.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 194 159 206 0.06 0.23 0 0.19 284.68 0.32 0.72
Hex C2 9F CE 6 17 0 13 11D 20 48
Octal 302 237 316 6 27 0 23 435 40 110
Binary 11000010 10011111 11001110 110 10111 0 10011 100011101 100000 1001000

Color Harmonies of #C29FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FCE

Black with #C29FCE

Text Example


Text Example

White with #C29FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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