Html Css Color HEX #C29ADC Wisteria

📋 copy color: '#C29ADC'

red 194 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #C29ADC

Tints of Wisteria #C29ADC

RGB

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

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

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

R = 34.15%
G = 27.11%
B = 38.73%

CMYK

 C value IS 0.12

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29ADC (or 0xC29ADC) is known color: Wisteria. HEX triplet: C2, 9A and DC. RGB value is (194,154,220). Sum of RGB (Red+Green+Blue) = 194+154+220=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C29ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADC is #3D6523. Grayscale: #ADADAD. Windows color (decimal): -4023588 or 14457538. OLE color: 14457538.

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

Color convert

RGB 194 154 220 -
CMYK 0.12 0.3 0 0.14
HSL 276.36º 0.49% 0.73% -
HSV(B) 276.36º 0.3% 0.86% -
XYZ 46.72 39.75 72.92 -
YUV 173.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 194 154 220 0.12 0.3 0 0.14 276.36 0.49 0.73
Hex C2 9A DC C 1E 0 E 114 31 49
Octal 302 232 334 14 36 0 16 424 61 111
Binary 11000010 10011010 11011100 1100 11110 0 1110 100010100 110001 1001001

Color Harmonies of #C29ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ADC

Black with #C29ADC

Text Example


Text Example

White with #C29ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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