Html Css Color HEX #C29BDC Wisteria

📋 copy color: '#C29BDC'

red 194 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #C29BDC

Tints of Wisteria #C29BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 34.09%
G = 27.24%
B = 38.66%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29BDC (or 0xC29BDC) is known color: Wisteria. HEX triplet: C2, 9B and DC. RGB value is (194,155,220). Sum of RGB (Red+Green+Blue) = 194+155+220=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C29BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BDC is #3D6423. Grayscale: #ADADAD. Windows color (decimal): -4023332 or 14457794. OLE color: 14457794.

HSL color Cylindrical-coordinate representation of color #C29BDC: hue angle of 276º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29BDC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 155 220 -
CMYK 0.12 0.30 0 0.14
HSL 276º 0.48% 0.74% -
HSV(B) 276º 0.3% 0.86% -
XYZ 46.89 40.08 72.97 -
YUV 174.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 194 155 220 0.12 0.30 0 0.14 276 0.48 0.74
Hex C2 9B DC C 1E 0 E 114 30 4A
Octal 302 233 334 14 36 0 16 424 60 112
Binary 11000010 10011011 11011100 1100 11110 0 1110 100010100 110000 1001010

Color Harmonies of #C29BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BDC

Black with #C29BDC

Text Example


Text Example

White with #C29BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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