#C681EC

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

Shades of Wisteria #C681EC

Tints of Wisteria #C681EC

Color information

#C681EC (or 0xC681EC) is unknown color: approx Wisteria. HEX triplet: C6, 81 and EC. RGB value is (198,129,236). Sum of RGB (Red+Green+Blue) = 198+129+236=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #C681EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681EC is #397E13. Grayscale: #A1A1A1. Windows color (decimal): -3767828 or 15499718. OLE color: 15499718.

HSL color Cylindrical-coordinate representation of color #C681EC: hue angle of 278.69º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C681EC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198129236-
CMYK0.160.4500.07
HSL278.69º73.79%71.57%-
HSV(B)278.69º45.34%92.55%-
XYZ46.2833.7683.43-
YUV161.83169.86153.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=35.17%
G=22.91%
B=41.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981292360.160.4500.07278.6973.7971.57
HexC681EC102D071174a48
Octal306201354205507427112110
Binary11000110100000011110110010000101101011110001011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681EC; }

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

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

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

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

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

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

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

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