#C697DD

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

Shades of Wisteria #C697DD

Tints of Wisteria #C697DD

Color information

#C697DD (or 0xC697DD) is unknown color: approx Wisteria. HEX triplet: C6, 97 and DD. RGB value is (198,151,221). Sum of RGB (Red+Green+Blue) = 198+151+221=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C697DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DD is #396822. Grayscale: #ACACAC. Windows color (decimal): -3762211 or 14522310. OLE color: 14522310.

HSL color Cylindrical-coordinate representation of color #C697DD: hue angle of 280.29º degrees, saturation: 0.51, 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 #C697DD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198151221-
CMYK0.100.3200.13
HSL280.29º50.72%72.94%-
HSV(B)280.29º31.67%86.67%-
XYZ47.4139.3673.51-
YUV173.03155.07145.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.74%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=34.74%
G=26.49%
B=38.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981512210.100.3200.13280.2950.7272.94
HexC697DDA200D1183349
Octal306227335124001543063111
Binary1100011010010111110111011010100000011011000110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697DD; }

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

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

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

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

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

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

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

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