#C480DD

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

Shades of Wisteria #C480DD

Tints of Wisteria #C480DD

Color information

#C480DD (or 0xC480DD) is unknown color: approx Wisteria. HEX triplet: C4, 80 and DD. RGB value is (196,128,221). Sum of RGB (Red+Green+Blue) = 196+128+221=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C480DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480DD is #3B7F22. Grayscale: #9E9E9E. Windows color (decimal): -3899171 or 14516420. OLE color: 14516420.

HSL color Cylindrical-coordinate representation of color #C480DD: hue angle of 283.87º 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 #C480DD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196128221-
CMYK0.110.4200.13
HSL283.87º57.76%68.43%-
HSV(B)283.87º42.08%86.67%-
XYZ43.5432.3972.36-
YUV158.93163.03154.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=35.96%
G=23.49%
B=40.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961282210.110.4200.13283.8757.7668.43
HexC480DDB2A0D11c3a44
Octal304200335135201543472104
Binary1100010010000000110111011011101010011011000111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480DD; }

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

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

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

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

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

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

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

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