#C290D7

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

Shades of Wisteria #C290D7

Tints of Wisteria #C290D7

Color information

#C290D7 (or 0xC290D7) is unknown color: approx Wisteria. HEX triplet: C2, 90 and D7. RGB value is (194,144,215). Sum of RGB (Red+Green+Blue) = 194+144+215=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #C290D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290D7 is #3D6F28. Grayscale: #A6A6A6. Windows color (decimal): -4026153 or 14127298. OLE color: 14127298.

HSL color Cylindrical-coordinate representation of color #C290D7: hue angle of 282.25º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C290D7 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194144215-
CMYK0.100.3300.16
HSL282.25º47.02%70.39%-
HSV(B)282.25º33.02%84.31%-
XYZ44.4936.3268.96-
YUV167.04155.06147.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=35.08%
G=26.04%
B=38.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941442150.100.3300.16282.2547.0270.39
HexC290D7A2101011a2f46
Octal302220327124102043257106
Binary11000010100100001101011110101000010100001000110101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290D7; }

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

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

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

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

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

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

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

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