#C290D8

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

Shades of Wisteria #C290D8

Tints of Wisteria #C290D8

Color information

#C290D8 (or 0xC290D8) is unknown color: approx Wisteria. HEX triplet: C2, 90 and D8. RGB value is (194,144,216). Sum of RGB (Red+Green+Blue) = 194+144+216=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #C290D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290D8 is #3D6F27. Grayscale: #A6A6A6. Windows color (decimal): -4026152 or 14192834. OLE color: 14192834.

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

Color convert

RGB194144216-
CMYK0.100.3300.15
HSL281.67º48%70.59%-
HSV(B)281.67º33.33%84.71%-
XYZ44.6236.3769.64-
YUV167.16155.56147.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=35.02%
G=25.99%
B=38.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941442160.100.3300.15281.674870.59
HexC290D8A210F11a3047
Octal302220330124101743260107
Binary1100001010010000110110001010100001011111000110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290D8; }

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

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

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

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

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

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

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

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