Html Css Color HEX #C29AD5 Wisteria

📋 copy color: '#C29AD5'

red 194 ◦ green 154 ◦ blue 213

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

Shades of Wisteria #C29AD5

Tints of Wisteria #C29AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 34.58%
G = 27.45%
B = 37.97%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C29AD5 (or 0xC29AD5) is known color: Wisteria. HEX triplet: C2, 9A and D5. RGB value is (194,154,213). Sum of RGB (Red+Green+Blue) = 194+154+213=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C29AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AD5 is #3D652A. Grayscale: #ACACAC. Windows color (decimal): -4023595 or 13998786. OLE color: 13998786.

HSL color Cylindrical-coordinate representation of color #C29AD5: hue angle of 280.68º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29AD5 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 154 213 -
CMYK 0.09 0.28 0 0.16
HSL 280.68º 0.41% 0.72% -
HSV(B) 280.68º 0.28% 0.84% -
XYZ 45.81 39.38 68.14 -
YUV 172.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 194 154 213 0.09 0.28 0 0.16 280.68 0.41 0.72
Hex C2 9A D5 9 1C 0 10 119 29 48
Octal 302 232 325 11 34 0 20 431 51 110
Binary 11000010 10011010 11010101 1001 11100 0 10000 100011001 101001 1001000

Color Harmonies of #C29AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AD5

Black with #C29AD5

Text Example


Text Example

White with #C29AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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