#C680DF

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

Shades of Wisteria #C680DF

Tints of Wisteria #C680DF

Color information

#C680DF (or 0xC680DF) is unknown color: approx Wisteria. HEX triplet: C6, 80 and DF. RGB value is (198,128,223). Sum of RGB (Red+Green+Blue) = 198+128+223=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #C680DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DF is #397F20. Grayscale: #9F9F9F. Windows color (decimal): -3768097 or 14647494. OLE color: 14647494.

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

Color convert

RGB198128223-
CMYK0.110.4300.13
HSL284.21º59.75%68.82%-
HSV(B)284.21º42.6%87.45%-
XYZ44.3332.7773.8-
YUV159.76163.69155.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=36.07%
G=23.32%
B=40.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981282230.110.4300.13284.2159.7568.82
HexC680DFB2B0D11c3c45
Octal306200337135301543474105
Binary1100011010000000110111111011101011011011000111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680DF; }

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

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

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

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

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

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

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

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