#C29ADC

Color #C29ADC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C29ADC

Tints of Wisteria #C29ADC

Color information

#C29ADC (or 0xC29ADC) is unknown color: approx 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

RGB194154220-
CMYK0.120.300.14
HSL276.36º48.53%73.33%-
HSV(B)276.36º30%86.27%-
XYZ46.7239.7572.92-
YUV173.48154.25142.63-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941542200.120.300.14276.3648.5373.33
HexC29ADCC1E0E1143149
Octal302232334143601642461111
Binary110000101001101011011100110011110011101000101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>