#C691ED

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

Shades of Wisteria #C691ED

Tints of Wisteria #C691ED

Color information

#C691ED (or 0xC691ED) is unknown color: approx Wisteria. HEX triplet: C6, 91 and ED. RGB value is (198,145,237). Sum of RGB (Red+Green+Blue) = 198+145+237=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #C691ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691ED is #396E12. Grayscale: #ABABAB. Windows color (decimal): -3763731 or 15569350. OLE color: 15569350.

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

Color convert

RGB198145237-
CMYK0.160.3900.07
HSL274.57º71.88%74.9%-
HSV(B)274.57º38.82%92.94%-
XYZ48.738.3784.96-
YUV171.34165.06147.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 145 (57.03% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=34.14%
G=25%
B=40.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981452370.160.3900.07274.5771.8874.9
HexC691ED102707113484b
Octal306221355204707423110113
Binary11000110100100011110110110000100111011110001001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691ED; }

 p { color: rgb(198,145,237); }

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

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

 a { background-color: rgb(198,145,237); }

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

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

 span { border-color: rgb(198,145,237); }

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