#C691EC

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

Shades of Wisteria #C691EC

Tints of Wisteria #C691EC

Color information

#C691EC (or 0xC691EC) is unknown color: approx Wisteria. HEX triplet: C6, 91 and EC. RGB value is (198,145,236). Sum of RGB (Red+Green+Blue) = 198+145+236=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C691EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691EC is #396E13. Grayscale: #AAAAAA. Windows color (decimal): -3763732 or 15503814. OLE color: 15503814.

HSL color Cylindrical-coordinate representation of color #C691EC: hue angle of 274.95º degrees, saturation: 0.71, 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 #C691EC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198145236-
CMYK0.160.3900.07
HSL274.95º70.54%74.71%-
HSV(B)274.95º38.56%92.55%-
XYZ48.5538.3184.19-
YUV171.22164.56147.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=34.20%
G=25.04%
B=40.76%

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
Decimal1981452360.160.3900.07274.9570.5474.71
HexC691EC102707113474b
Octal306221354204707423107113
Binary11000110100100011110110010000100111011110001001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691EC; }

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

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

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

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

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

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

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

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