#C29FD1

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

Shades of Wisteria #C29FD1

Tints of Wisteria #C29FD1

Color information

#C29FD1 (or 0xC29FD1) is unknown color: approx Wisteria. HEX triplet: C2, 9F and D1. RGB value is (194,159,209). Sum of RGB (Red+Green+Blue) = 194+159+209=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C29FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FD1 is #3D602E. Grayscale: #AFAFAF. Windows color (decimal): -4022319 or 13737922. OLE color: 13737922.

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

Color convert

RGB194159209-
CMYK0.070.2400.18
HSL282º35.21%72.16%-
HSV(B)282º23.92%81.96%-
XYZ46.1540.8765.78-
YUV175.16147.1141.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=34.52%
G=28.29%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941592090.070.2400.1828235.2172.16
HexC29FD171801211a2348
Octal30223732173002243243110
Binary110000101001111111010001111110000100101000110101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FD1; }

 p { color: rgb(194,159,209); }

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

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

 a { background-color: rgb(194,159,209); }

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

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

 span { border-color: rgb(194,159,209); }

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