#C699DE

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

Shades of Wisteria #C699DE

Tints of Wisteria #C699DE

Color information

#C699DE (or 0xC699DE) is unknown color: approx Wisteria. HEX triplet: C6, 99 and DE. RGB value is (198,153,222). Sum of RGB (Red+Green+Blue) = 198+153+222=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #C699DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DE is #396621. Grayscale: #AEAEAE. Windows color (decimal): -3761698 or 14588358. OLE color: 14588358.

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

Color convert

RGB198153222-
CMYK0.110.3100.13
HSL279.13º51.11%73.53%-
HSV(B)279.13º31.08%87.06%-
XYZ47.8640.0674.32-
YUV174.32154.91144.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=34.55%
G=26.70%
B=38.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981532220.110.3100.13279.1351.1173.53
HexC699DEB1F0D117334a
Octal306231336133701542763112
Binary110001101001100111011110101111111011011000101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699DE; }

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

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

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

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

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

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

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

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