#C682DD

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

Shades of Wisteria #C682DD

Tints of Wisteria #C682DD

Color information

#C682DD (or 0xC682DD) is unknown color: approx Wisteria. HEX triplet: C6, 82 and DD. RGB value is (198,130,221). Sum of RGB (Red+Green+Blue) = 198+130+221=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C682DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682DD is #397D22. Grayscale: #A0A0A0. Windows color (decimal): -3767587 or 14516934. OLE color: 14516934.

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

Color convert

RGB198130221-
CMYK0.100.4100.13
HSL284.84º57.23%68.82%-
HSV(B)284.84º41.18%86.67%-
XYZ44.3233.1972.48-
YUV160.71162.03154.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=36.07%
G=23.68%
B=40.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981302210.100.4100.13284.8457.2368.82
HexC682DDA290D11d3945
Octal306202335125101543571105
Binary1100011010000010110111011010101001011011000111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682DD; }

 p { color: rgb(198,130,221); }

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

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

 a { background-color: rgb(198,130,221); }

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

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

 span { border-color: rgb(198,130,221); }

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