#C697DC

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

Shades of Wisteria #C697DC

Tints of Wisteria #C697DC

Color information

#C697DC (or 0xC697DC) is unknown color: approx Wisteria. HEX triplet: C6, 97 and DC. RGB value is (198,151,220). Sum of RGB (Red+Green+Blue) = 198+151+220=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C697DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DC is #396823. Grayscale: #ACACAC. Windows color (decimal): -3762212 or 14456774. OLE color: 14456774.

HSL color Cylindrical-coordinate representation of color #C697DC: hue angle of 280.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C697DC is Cyan = 0.1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198151220-
CMYK0.10.3100.14
HSL280.87º49.64%72.75%-
HSV(B)280.87º31.36%86.27%-
XYZ47.2739.3172.81-
YUV172.92154.57145.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.80%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=34.80%
G=26.54%
B=38.66%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981512200.10.3100.14280.8749.6472.75
HexC697DCA1F0E1193249
Octal306227334123701643162111
Binary110001101001011111011100101011111011101000110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697DC; }

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

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

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

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

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

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

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

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