#C698DD

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

Shades of Wisteria #C698DD

Tints of Wisteria #C698DD

Color information

#C698DD (or 0xC698DD) is unknown color: approx Wisteria. HEX triplet: C6, 98 and DD. RGB value is (198,152,221). Sum of RGB (Red+Green+Blue) = 198+152+221=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C698DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DD is #396722. Grayscale: #ADADAD. Windows color (decimal): -3761955 or 14522566. OLE color: 14522566.

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

Color convert

RGB198152221-
CMYK0.100.3100.13
HSL280º50.36%73.14%-
HSV(B)280º31.22%86.67%-
XYZ47.5739.6873.56-
YUV173.62154.74145.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=34.68%
G=26.62%
B=38.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981522210.100.3100.1328050.3673.14
HexC698DDA1F0D1183249
Octal306230335123701543062111
Binary110001101001100011011101101011111011011000110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698DD; }

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

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

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

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

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

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

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

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