#C699DD

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

Shades of Wisteria #C699DD

Tints of Wisteria #C699DD

Color information

#C699DD (or 0xC699DD) is unknown color: approx Wisteria. HEX triplet: C6, 99 and DD. RGB value is (198,153,221). Sum of RGB (Red+Green+Blue) = 198+153+221=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C699DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DD is #396622. Grayscale: #ADADAD. Windows color (decimal): -3761699 or 14522822. OLE color: 14522822.

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

Color convert

RGB198153221-
CMYK0.100.3100.13
HSL279.71º50%73.33%-
HSV(B)279.71º30.77%86.67%-
XYZ47.7340.0173.61-
YUV174.21154.41144.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=34.62%
G=26.75%
B=38.64%

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
Decimal1981532210.100.3100.13279.715073.33
HexC699DDA1F0D1183249
Octal306231335123701543062111
Binary110001101001100111011101101011111011011000110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699DD; }

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

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

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

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

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

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

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

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