#C080DF

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

Shades of Wisteria #C080DF

Tints of Wisteria #C080DF

Color information

#C080DF (or 0xC080DF) is unknown color: approx Wisteria. HEX triplet: C0, 80 and DF. RGB value is (192,128,223). Sum of RGB (Red+Green+Blue) = 192+128+223=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C080DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DF is #3F7F20. Grayscale: #9D9D9D. Windows color (decimal): -4161313 or 14647488. OLE color: 14647488.

HSL color Cylindrical-coordinate representation of color #C080DF: hue angle of 280.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C080DF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192128223-
CMYK0.140.4300.13
HSL280.42º59.75%68.82%-
HSV(B)280.42º42.6%87.45%-
XYZ42.7831.9773.73-
YUV157.97164.7152.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=35.36%
G=23.57%
B=41.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921282230.140.4300.13280.4259.7568.82
HexC080DFE2B0D1183c45
Octal300200337165301543074105
Binary1100000010000000110111111110101011011011000110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080DF; }

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

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

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

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

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

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

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

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