#C693EC

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

Shades of Wisteria #C693EC

Tints of Wisteria #C693EC

Color information

#C693EC (or 0xC693EC) is unknown color: approx Wisteria. HEX triplet: C6, 93 and EC. RGB value is (198,147,236). Sum of RGB (Red+Green+Blue) = 198+147+236=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C693EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693EC is #396C13. Grayscale: #ACACAC. Windows color (decimal): -3763220 or 15504326. OLE color: 15504326.

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

Color convert

RGB198147236-
CMYK0.160.3800.07
HSL274.38º70.08%75.1%-
HSV(B)274.38º37.71%92.55%-
XYZ48.8638.9384.3-
YUV172.4163.9146.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=34.08%
G=25.30%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981472360.160.3800.07274.3870.0875.1
HexC693EC102607112464b
Octal306223354204607422106113
Binary11000110100100111110110010000100110011110001001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693EC; }

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

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

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

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

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

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

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

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