#C681DC

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

Shades of Wisteria #C681DC

Tints of Wisteria #C681DC

Color information

#C681DC (or 0xC681DC) is unknown color: approx Wisteria. HEX triplet: C6, 81 and DC. RGB value is (198,129,220). Sum of RGB (Red+Green+Blue) = 198+129+220=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C681DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681DC is #397E23. Grayscale: #9F9F9F. Windows color (decimal): -3767844 or 14451142. OLE color: 14451142.

HSL color Cylindrical-coordinate representation of color #C681DC: hue angle of 285.49º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C681DC is Cyan = 0.1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198129220-
CMYK0.10.4100.14
HSL285.49º56.52%68.43%-
HSV(B)285.49º41.36%86.27%-
XYZ44.0632.8771.73-
YUV160.01161.86155.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=36.20%
G=23.58%
B=40.22%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981292200.10.4100.14285.4956.5268.43
HexC681DCA290E11d3944
Octal306201334125101643571104
Binary1100011010000001110111001010101001011101000111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681DC; }

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

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

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

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

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

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

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

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