#C080DD

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

Shades of Wisteria #C080DD

Tints of Wisteria #C080DD

Color information

#C080DD (or 0xC080DD) is unknown color: approx Wisteria. HEX triplet: C0, 80 and DD. RGB value is (192,128,221). Sum of RGB (Red+Green+Blue) = 192+128+221=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C080DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DD is #3F7F22. Grayscale: #9D9D9D. Windows color (decimal): -4161315 or 14516416. OLE color: 14516416.

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

Color convert

RGB192128221-
CMYK0.130.4200.13
HSL281.29º57.76%68.43%-
HSV(B)281.29º42.08%86.67%-
XYZ42.5131.8772.32-
YUV157.74163.7152.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=35.49%
G=23.66%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921282210.130.4200.13281.2957.7668.43
HexC080DDD2A0D1193a44
Octal300200335155201543172104
Binary1100000010000000110111011101101010011011000110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080DD; }

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

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

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

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

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

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

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

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