#C080D5

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

Shades of Wisteria #C080D5

Tints of Wisteria #C080D5

Color information

#C080D5 (or 0xC080D5) is unknown color: approx Wisteria. HEX triplet: C0, 80 and D5. RGB value is (192,128,213). Sum of RGB (Red+Green+Blue) = 192+128+213=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #C080D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080D5 is #3F7F2A. Grayscale: #9C9C9C. Windows color (decimal): -4161323 or 13992128. OLE color: 13992128.

HSL color Cylindrical-coordinate representation of color #C080D5: hue angle of 285.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C080D5 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192128213-
CMYK0.100.4000.16
HSL285.18º50.3%66.86%-
HSV(B)285.18º39.91%83.53%-
XYZ41.4731.4566.84-
YUV156.83159.7153.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=36.02%
G=24.02%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921282130.100.4000.16285.1850.366.86
HexC080D5A2801011d3243
Octal300200325125002043562103
Binary11000000100000001101010110101010000100001000111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080D5; }

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

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

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

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

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

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

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

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