#C090DB

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

Shades of Wisteria #C090DB

Tints of Wisteria #C090DB

Color information

#C090DB (or 0xC090DB) is unknown color: approx Wisteria. HEX triplet: C0, 90 and DB. RGB value is (192,144,219). Sum of RGB (Red+Green+Blue) = 192+144+219=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C090DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DB is #3F6F24. Grayscale: #A6A6A6. Windows color (decimal): -4157221 or 14389440. OLE color: 14389440.

HSL color Cylindrical-coordinate representation of color #C090DB: hue angle of 278.4º 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 #C090DB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192144219-
CMYK0.120.3400.14
HSL278.4º51.02%71.18%-
HSV(B)278.4º34.25%85.88%-
XYZ44.536.2771.67-
YUV166.9157.4145.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=34.59%
G=25.95%
B=39.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921442190.120.3400.14278.451.0271.18
HexC090DBC220E1163347
Octal300220333144201642663107
Binary1100000010010000110110111100100010011101000101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090DB; }

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

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

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

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

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

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

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

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