Html Css Color HEX #C29BCD Wisteria

📋 copy color: '#C29BCD'

red 194 ◦ green 155 ◦ blue 205

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

Shades of Wisteria #C29BCD

Tints of Wisteria #C29BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 35.02%
G = 27.98%
B = 37%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C29BCD (or 0xC29BCD) is known color: Wisteria. HEX triplet: C2, 9B and CD. RGB value is (194,155,205). Sum of RGB (Red+Green+Blue) = 194+155+205=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C29BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BCD is #3D6432. Grayscale: #ACACAC. Windows color (decimal): -4023347 or 13474754. OLE color: 13474754.

HSL color Cylindrical-coordinate representation of color #C29BCD: hue angle of 286.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29BCD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 155 205 -
CMYK 0.05 0.24 0 0.20
HSL 286.8º 0.33% 0.71% -
HSV(B) 286.8º 0.24% 0.8% -
XYZ 44.99 39.32 62.98 -
YUV 172.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 194 155 205 0.05 0.24 0 0.20 286.8 0.33 0.71
Hex C2 9B CD 5 18 0 14 11F 21 47
Octal 302 233 315 5 30 0 24 437 41 107
Binary 11000010 10011011 11001101 101 11000 0 10100 100011111 100001 1000111

Color Harmonies of #C29BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BCD

Black with #C29BCD

Text Example


Text Example

White with #C29BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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