#C697D0

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

Shades of Wisteria #C697D0

Tints of Wisteria #C697D0

Color information

#C697D0 (or 0xC697D0) is unknown color: approx Wisteria. HEX triplet: C6, 97 and D0. RGB value is (198,151,208). Sum of RGB (Red+Green+Blue) = 198+151+208=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C697D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697D0 is #39682F. Grayscale: #ABABAB. Windows color (decimal): -3762224 or 13670342. OLE color: 13670342.

HSL color Cylindrical-coordinate representation of color #C697D0: hue angle of 289.47º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C697D0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198151208-
CMYK0.050.2700.18
HSL289.47º37.75%70.39%-
HSV(B)289.47º27.4%81.57%-
XYZ45.7438.6964.73-
YUV171.55148.57146.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=35.55%
G=27.11%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981512080.050.2700.18289.4737.7570.39
HexC697D051B0121212646
Octal30622732053302244146106
Binary110001101001011111010000101110110100101001000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697D0; }

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

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

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

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

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

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

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

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