#C290D9

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

Shades of Wisteria #C290D9

Tints of Wisteria #C290D9

Color information

#C290D9 (or 0xC290D9) is unknown color: approx Wisteria. HEX triplet: C2, 90 and D9. RGB value is (194,144,217). Sum of RGB (Red+Green+Blue) = 194+144+217=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #C290D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290D9 is #3D6F26. Grayscale: #A7A7A7. Windows color (decimal): -4026151 or 14258370. OLE color: 14258370.

HSL color Cylindrical-coordinate representation of color #C290D9: hue angle of 281.1º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C290D9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194144217-
CMYK0.110.3400.15
HSL281.1º48.99%70.78%-
HSV(B)281.1º33.64%85.1%-
XYZ44.7536.4370.32-
YUV167.27156.06147.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=34.95%
G=25.95%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941442170.110.3400.15281.148.9970.78
HexC290D9B220F1193147
Octal302220331134201743161107
Binary1100001010010000110110011011100010011111000110011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290D9; }

 p { color: rgb(194,144,217); }

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

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

 a { background-color: rgb(194,144,217); }

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

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

 span { border-color: rgb(194,144,217); }

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