#C29ADF

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

Shades of Wisteria #C29ADF

Tints of Wisteria #C29ADF

Color information

#C29ADF (or 0xC29ADF) is unknown color: approx Wisteria. HEX triplet: C2, 9A and DF. RGB value is (194,154,223). Sum of RGB (Red+Green+Blue) = 194+154+223=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ADF is #3D6520. Grayscale: #ADADAD. Windows color (decimal): -4023585 or 14654146. OLE color: 14654146.

HSL color Cylindrical-coordinate representation of color #C29ADF: hue angle of 274.78º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29ADF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194154223-
CMYK0.130.3100.13
HSL274.78º51.88%73.92%-
HSV(B)274.78º30.94%87.45%-
XYZ47.1239.9175.03-
YUV173.83155.75142.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=33.98%
G=26.97%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941542230.130.3100.13274.7851.8873.92
HexC29ADFD1F0D113344a
Octal302232337153701542364112
Binary110000101001101011011111110111111011011000100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29ADF; }

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

 H1.HeaderClassName
 {
   color: #C29ADF;
 }
 .AnyTagClassName
 {
   color: #C29ADF;
 }
</style>
background-color css

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

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

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

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

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

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