#C696DE

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

Shades of Wisteria #C696DE

Tints of Wisteria #C696DE

Color information

#C696DE (or 0xC696DE) is unknown color: approx Wisteria. HEX triplet: C6, 96 and DE. RGB value is (198,150,222). Sum of RGB (Red+Green+Blue) = 198+150+222=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C696DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696DE is #396921. Grayscale: #ACACAC. Windows color (decimal): -3762466 or 14587590. OLE color: 14587590.

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

Color convert

RGB198150222-
CMYK0.110.3200.13
HSL280º52.17%72.94%-
HSV(B)280º32.43%87.06%-
XYZ47.3839.0974.16-
YUV172.56155.9146.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.74%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=34.74%
G=26.32%
B=38.95%

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
Decimal1981502220.110.3200.1328052.1772.94
HexC696DEB200D1183449
Octal306226336134001543064111
Binary1100011010010110110111101011100000011011000110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696DE; }

 p { color: rgb(198,150,222); }

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

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

 a { background-color: rgb(198,150,222); }

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

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

 span { border-color: rgb(198,150,222); }

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