#C480DF

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

Shades of Wisteria #C480DF

Tints of Wisteria #C480DF

Color information

#C480DF (or 0xC480DF) is unknown color: approx Wisteria. HEX triplet: C4, 80 and DF. RGB value is (196,128,223). Sum of RGB (Red+Green+Blue) = 196+128+223=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480DF is #3B7F20. Grayscale: #9E9E9E. Windows color (decimal): -3899169 or 14647492. OLE color: 14647492.

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

Color convert

RGB196128223-
CMYK0.120.4300.13
HSL282.95º59.75%68.82%-
HSV(B)282.95º42.6%87.45%-
XYZ43.832.573.78-
YUV159.16164.03154.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=35.83%
G=23.40%
B=40.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961282230.120.4300.13282.9559.7568.82
HexC480DFC2B0D11b3c45
Octal304200337145301543374105
Binary1100010010000000110111111100101011011011000110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480DF; }

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

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

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

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

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

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

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

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