#C697DF

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

Shades of Wisteria #C697DF

Tints of Wisteria #C697DF

Color information

#C697DF (or 0xC697DF) is unknown color: approx Wisteria. HEX triplet: C6, 97 and DF. RGB value is (198,151,223). Sum of RGB (Red+Green+Blue) = 198+151+223=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #C697DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DF is #396820. Grayscale: #ADADAD. Windows color (decimal): -3762209 or 14653382. OLE color: 14653382.

HSL color Cylindrical-coordinate representation of color #C697DF: hue angle of 279.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C697DF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198151223-
CMYK0.110.3200.13
HSL279.17º52.94%73.33%-
HSV(B)279.17º32.29%87.45%-
XYZ47.6739.4774.92-
YUV173.26156.07145.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=34.62%
G=26.40%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981512230.110.3200.13279.1752.9473.33
HexC697DFB200D1173549
Octal306227337134001542765111
Binary1100011010010111110111111011100000011011000101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697DF; }

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

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

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

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

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

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

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

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