#C697EF

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

Shades of Wisteria #C697EF

Tints of Wisteria #C697EF

Color information

#C697EF (or 0xC697EF) is unknown color: approx Wisteria. HEX triplet: C6, 97 and EF. RGB value is (198,151,239). Sum of RGB (Red+Green+Blue) = 198+151+239=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #C697EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697EF is #396810. Grayscale: #AEAEAE. Windows color (decimal): -3762193 or 15701958. OLE color: 15701958.

HSL color Cylindrical-coordinate representation of color #C697EF: hue angle of 272.05º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C697EF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198151239-
CMYK0.170.3700.06
HSL272.05º73.33%76.47%-
HSV(B)272.05º36.82%93.73%-
XYZ49.9440.3786.82-
YUV175.08164.07144.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=33.67%
G=25.68%
B=40.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981512390.170.3700.06272.0573.3376.47
HexC697EF112506110494c
Octal306227357214506420111114
Binary11000110100101111110111110001100101011010001000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697EF; }

 p { color: rgb(198,151,239); }

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

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

 a { background-color: rgb(198,151,239); }

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

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

 span { border-color: rgb(198,151,239); }

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