#C681DD

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

Shades of Wisteria #C681DD

Tints of Wisteria #C681DD

Color information

#C681DD (or 0xC681DD) is unknown color: approx Wisteria. HEX triplet: C6, 81 and DD. RGB value is (198,129,221). Sum of RGB (Red+Green+Blue) = 198+129+221=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C681DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681DD is #397E22. Grayscale: #9F9F9F. Windows color (decimal): -3767843 or 14516678. OLE color: 14516678.

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

Color convert

RGB198129221-
CMYK0.100.4200.13
HSL285º57.5%68.63%-
HSV(B)285º41.63%86.67%-
XYZ44.1932.9372.43-
YUV160.12162.36155.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=36.13%
G=23.54%
B=40.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981292210.100.4200.1328557.568.63
HexC681DDA2A0D11d3a45
Octal306201335125201543572105
Binary1100011010000001110111011010101010011011000111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681DD; }

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

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

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

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

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

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

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

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