#C697EB

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

Shades of Wisteria #C697EB

Tints of Wisteria #C697EB

Color information

#C697EB (or 0xC697EB) is unknown color: approx Wisteria. HEX triplet: C6, 97 and EB. RGB value is (198,151,235). Sum of RGB (Red+Green+Blue) = 198+151+235=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #C697EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697EB is #396814. Grayscale: #AEAEAE. Windows color (decimal): -3762197 or 15439814. OLE color: 15439814.

HSL color Cylindrical-coordinate representation of color #C697EB: hue angle of 273.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C697EB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198151235-
CMYK0.160.3600.08
HSL273.57º67.74%75.69%-
HSV(B)273.57º35.74%92.16%-
XYZ49.3540.1483.74-
YUV174.63162.07144.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.90%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=33.90%
G=25.86%
B=40.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981512350.160.3600.08273.5767.7475.69
HexC697EB102408112444c
Octal3062273532044010422104114
Binary110001101001011111101011100001001000100010001001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697EB; }

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

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

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

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

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

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

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

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