#C682D8

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

Shades of Wisteria #C682D8

Tints of Wisteria #C682D8

Color information

#C682D8 (or 0xC682D8) is unknown color: approx Wisteria. HEX triplet: C6, 82 and D8. RGB value is (198,130,216). Sum of RGB (Red+Green+Blue) = 198+130+216=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #C682D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682D8 is #397D27. Grayscale: #9F9F9F. Windows color (decimal): -3767592 or 14189254. OLE color: 14189254.

HSL color Cylindrical-coordinate representation of color #C682D8: hue angle of 287.44º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C682D8 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198130216-
CMYK0.080.4000.15
HSL287.44º52.44%67.84%-
HSV(B)287.44º39.81%84.71%-
XYZ43.6732.9369.02-
YUV160.14159.53155.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 216 (84.77% from 255) = 39.71%
R=36.40%
G=23.90%
B=39.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981302160.080.4000.15287.4452.4467.84
HexC682D88280F11f3444
Octal306202330105001743764104
Binary1100011010000010110110001000101000011111000111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682D8; }

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

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

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

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

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

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

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

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