Html Css Color HEX #C29BCE Wisteria

📋 copy color: '#C29BCE'

red 194 ◦ green 155 ◦ blue 206

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

Shades of Wisteria #C29BCE

Tints of Wisteria #C29BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.93%

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

R = 34.95%
G = 27.93%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C29BCE (or 0xC29BCE) is known color: Wisteria. HEX triplet: C2, 9B and CE. RGB value is (194,155,206). Sum of RGB (Red+Green+Blue) = 194+155+206=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #C29BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BCE is #3D6431. Grayscale: #ACACAC. Windows color (decimal): -4023346 or 13540290. OLE color: 13540290.

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

Color convert

RGB 194 155 206 -
CMYK 0.06 0.25 0 0.19
HSL 285.88º 0.34% 0.71% -
HSV(B) 285.88º 0.25% 0.81% -
XYZ 45.11 39.37 63.61 -
YUV 172.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 194 155 206 0.06 0.25 0 0.19 285.88 0.34 0.71
Hex C2 9B CE 6 19 0 13 11E 22 47
Octal 302 233 316 6 31 0 23 436 42 107
Binary 11000010 10011011 11001110 110 11001 0 10011 100011110 100010 1000111

Color Harmonies of #C29BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BCE

Black with #C29BCE

Text Example


Text Example

White with #C29BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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