Html Css Color HEX #C29AD8 Wisteria

📋 copy color: '#C29AD8'

red 194 ◦ green 154 ◦ blue 216

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

Shades of Wisteria #C29AD8

Tints of Wisteria #C29AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 34.4%
G = 27.3%
B = 38.3%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C29AD8 (or 0xC29AD8) is known color: Wisteria. HEX triplet: C2, 9A and D8. RGB value is (194,154,216). Sum of RGB (Red+Green+Blue) = 194+154+216=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #C29AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AD8 is #3D6527. Grayscale: #ACACAC. Windows color (decimal): -4023592 or 14195394. OLE color: 14195394.

HSL color Cylindrical-coordinate representation of color #C29AD8: hue angle of 278.71º degrees, saturation: 0.44, 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 #C29AD8 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 154 216 -
CMYK 0.10 0.29 0 0.15
HSL 278.71º 0.44% 0.73% -
HSV(B) 278.71º 0.29% 0.85% -
XYZ 46.2 39.54 70.16 -
YUV 173.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 194 154 216 0.10 0.29 0 0.15 278.71 0.44 0.73
Hex C2 9A D8 A 1D 0 F 117 2C 49
Octal 302 232 330 12 35 0 17 427 54 111
Binary 11000010 10011010 11011000 1010 11101 0 1111 100010111 101100 1001001

Color Harmonies of #C29AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AD8

Black with #C29AD8

Text Example


Text Example

White with #C29AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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