Html Css Color HEX #C29CDA Wisteria

📋 copy color: '#C29CDA'

red 194 ◦ green 156 ◦ blue 218

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

Shades of Wisteria #C29CDA

Tints of Wisteria #C29CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.46%

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

R = 34.15%
G = 27.46%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C29CDA (or 0xC29CDA) is known color: Wisteria. HEX triplet: C2, 9C and DA. RGB value is (194,156,218). Sum of RGB (Red+Green+Blue) = 194+156+218=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CDA is #3D6325. Grayscale: #AEAEAE. Windows color (decimal): -4023078 or 14326978. OLE color: 14326978.

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

Color convert

RGB 194 156 218 -
CMYK 0.11 0.28 0 0.15
HSL 276.77º 0.46% 0.73% -
HSV(B) 276.77º 0.28% 0.85% -
XYZ 46.79 40.31 71.64 -
YUV 174.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 194 156 218 0.11 0.28 0 0.15 276.77 0.46 0.73
Hex C2 9C DA B 1C 0 F 115 2E 49
Octal 302 234 332 13 34 0 17 425 56 111
Binary 11000010 10011100 11011010 1011 11100 0 1111 100010101 101110 1001001

Color Harmonies of #C29CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CDA

Black with #C29CDA

Text Example


Text Example

White with #C29CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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