#C080DC

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

Shades of Wisteria #C080DC

Tints of Wisteria #C080DC

Color information

#C080DC (or 0xC080DC) is unknown color: approx Wisteria. HEX triplet: C0, 80 and DC. RGB value is (192,128,220). Sum of RGB (Red+Green+Blue) = 192+128+220=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C080DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DC is #3F7F23. Grayscale: #9D9D9D. Windows color (decimal): -4161316 or 14450880. OLE color: 14450880.

HSL color Cylindrical-coordinate representation of color #C080DC: hue angle of 281.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C080DC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192128220-
CMYK0.130.4200.14
HSL281.74º56.79%68.24%-
HSV(B)281.74º41.82%86.27%-
XYZ42.3831.8171.62-
YUV157.62163.2152.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=35.56%
G=23.70%
B=40.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921282200.130.4200.14281.7456.7968.24
HexC080DCD2A0E11a3944
Octal300200334155201643271104
Binary1100000010000000110111001101101010011101000110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080DC; }

 p { color: rgb(192,128,220); }

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

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

 a { background-color: rgb(192,128,220); }

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

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

 span { border-color: rgb(192,128,220); }

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