#C29CD0

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

Shades of Wisteria #C29CD0

Tints of Wisteria #C29CD0

Color information

#C29CD0 (or 0xC29CD0) is unknown color: approx Wisteria. HEX triplet: C2, 9C and D0. RGB value is (194,156,208). Sum of RGB (Red+Green+Blue) = 194+156+208=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C29CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CD0 is #3D632F. Grayscale: #ADADAD. Windows color (decimal): -4023088 or 13671618. OLE color: 13671618.

HSL color Cylindrical-coordinate representation of color #C29CD0: hue angle of 283.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29CD0 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194156208-
CMYK0.070.2500.18
HSL283.85º35.62%71.37%-
HSV(B)283.85º25%81.57%-
XYZ45.5239.864.96-
YUV173.29147.59142.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=34.77%
G=27.96%
B=37.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941562080.070.2500.18283.8535.6271.37
HexC29CD071901211c2447
Octal30223432073102243444107
Binary110000101001110011010000111110010100101000111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CD0; }

 p { color: rgb(194,156,208); }

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

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

 a { background-color: rgb(194,156,208); }

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

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

 span { border-color: rgb(194,156,208); }

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