Html Css Color HEX #C29ADA Wisteria

📋 copy color: '#C29ADA'

red 194 ◦ green 154 ◦ blue 218

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

Shades of Wisteria #C29ADA

Tints of Wisteria #C29ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.21%

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

R = 34.28%
G = 27.21%
B = 38.52%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C29ADA (or 0xC29ADA) is known color: Wisteria. HEX triplet: C2, 9A and DA. RGB value is (194,154,218). Sum of RGB (Red+Green+Blue) = 194+154+218=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADA is #3D6525. Grayscale: #ADADAD. Windows color (decimal): -4023590 or 14326466. OLE color: 14326466.

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

Color convert

RGB 194 154 218 -
CMYK 0.11 0.29 0 0.15
HSL 277.5º 0.46% 0.73% -
HSV(B) 277.5º 0.29% 0.85% -
XYZ 46.46 39.64 71.53 -
YUV 173.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 194 154 218 0.11 0.29 0 0.15 277.5 0.46 0.73
Hex C2 9A DA B 1D 0 F 116 2E 49
Octal 302 232 332 13 35 0 17 426 56 111
Binary 11000010 10011010 11011010 1011 11101 0 1111 100010110 101110 1001001

Color Harmonies of #C29ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ADA

Black with #C29ADA

Text Example


Text Example

White with #C29ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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