#C693EE

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

Shades of Wisteria #C693EE

Tints of Wisteria #C693EE

Color information

#C693EE (or 0xC693EE) is unknown color: approx Wisteria. HEX triplet: C6, 93 and EE. RGB value is (198,147,238). Sum of RGB (Red+Green+Blue) = 198+147+238=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #C693EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693EE is #396C11. Grayscale: #ACACAC. Windows color (decimal): -3763218 or 15635398. OLE color: 15635398.

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

Color convert

RGB198147238-
CMYK0.170.3800.07
HSL273.63º72.8%75.49%-
HSV(B)273.63º38.24%93.33%-
XYZ49.1639.0585.83-
YUV172.62164.9146.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.96%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=33.96%
G=25.21%
B=40.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981472380.170.3800.07273.6372.875.49
HexC693EE112607112494b
Octal306223356214607422111113
Binary11000110100100111110111010001100110011110001001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693EE; }

 p { color: rgb(198,147,238); }

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

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

 a { background-color: rgb(198,147,238); }

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

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

 span { border-color: rgb(198,147,238); }

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