#C290DB

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

Shades of Wisteria #C290DB

Tints of Wisteria #C290DB

Color information

#C290DB (or 0xC290DB) is unknown color: approx Wisteria. HEX triplet: C2, 90 and DB. RGB value is (194,144,219). Sum of RGB (Red+Green+Blue) = 194+144+219=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C290DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290DB is #3D6F24. Grayscale: #A7A7A7. Windows color (decimal): -4026149 or 14389442. OLE color: 14389442.

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

Color convert

RGB194144219-
CMYK0.110.3400.14
HSL280º51.02%71.18%-
HSV(B)280º34.25%85.88%-
XYZ45.0136.5371.7-
YUV167.5157.06146.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=34.83%
G=25.85%
B=39.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941442190.110.3400.1428051.0271.18
HexC290DBB220E1183347
Octal302220333134201643063107
Binary1100001010010000110110111011100010011101000110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290DB; }

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

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

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

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

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

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

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

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