#C697D9

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

Shades of Wisteria #C697D9

Tints of Wisteria #C697D9

Color information

#C697D9 (or 0xC697D9) is unknown color: approx Wisteria. HEX triplet: C6, 97 and D9. RGB value is (198,151,217). Sum of RGB (Red+Green+Blue) = 198+151+217=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #C697D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697D9 is #396826. Grayscale: #ACACAC. Windows color (decimal): -3762215 or 14260166. OLE color: 14260166.

HSL color Cylindrical-coordinate representation of color #C697D9: hue angle of 282.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C697D9 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198151217-
CMYK0.090.3000.15
HSL282.73º46.48%72.16%-
HSV(B)282.73º30.41%85.1%-
XYZ46.8839.1570.73-
YUV172.58153.07146.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=34.98%
G=26.68%
B=38.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981512170.090.3000.15282.7346.4872.16
HexC697D991E0F11b2e48
Octal306227331113601743356110
Binary110001101001011111011001100111110011111000110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697D9; }

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

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

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

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

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

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

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

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