#C696DD

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

Shades of Wisteria #C696DD

Tints of Wisteria #C696DD

Color information

#C696DD (or 0xC696DD) is unknown color: approx Wisteria. HEX triplet: C6, 96 and DD. RGB value is (198,150,221). Sum of RGB (Red+Green+Blue) = 198+150+221=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C696DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696DD is #396922. Grayscale: #ACACAC. Windows color (decimal): -3762467 or 14522054. OLE color: 14522054.

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

Color convert

RGB198150221-
CMYK0.100.3200.13
HSL280.56º51.08%72.75%-
HSV(B)280.56º32.13%86.67%-
XYZ47.2539.0473.45-
YUV172.45155.4146.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.80%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=34.80%
G=26.36%
B=38.84%

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
Decimal1981502210.100.3200.13280.5651.0872.75
HexC696DDA200D1193349
Octal306226335124001543163111
Binary1100011010010110110111011010100000011011000110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696DD; }

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

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

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

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

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

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

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

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