#C699D1

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

Shades of Wisteria #C699D1

Tints of Wisteria #C699D1

Color information

#C699D1 (or 0xC699D1) is unknown color: approx Wisteria. HEX triplet: C6, 99 and D1. RGB value is (198,153,209). Sum of RGB (Red+Green+Blue) = 198+153+209=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #C699D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699D1 is #39662E. Grayscale: #ACACAC. Windows color (decimal): -3761711 or 13736390. OLE color: 13736390.

HSL color Cylindrical-coordinate representation of color #C699D1: hue angle of 288.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C699D1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198153209-
CMYK0.050.2700.18
HSL288.21º37.84%70.98%-
HSV(B)288.21º26.79%81.96%-
XYZ46.1939.3965.49-
YUV172.84148.41145.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=35.36%
G=27.32%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981532090.050.2700.18288.2137.8470.98
HexC699D151B0121202647
Octal30623132153302244046107
Binary110001101001100111010001101110110100101001000001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699D1; }

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

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

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

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

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

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

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

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