#C699DF

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

Shades of Wisteria #C699DF

Tints of Wisteria #C699DF

Color information

#C699DF (or 0xC699DF) is unknown color: approx Wisteria. HEX triplet: C6, 99 and DF. RGB value is (198,153,223). Sum of RGB (Red+Green+Blue) = 198+153+223=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C699DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DF is #396620. Grayscale: #AEAEAE. Windows color (decimal): -3761697 or 14653894. OLE color: 14653894.

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

Color convert

RGB198153223-
CMYK0.110.3100.13
HSL278.57º52.24%73.73%-
HSV(B)278.57º31.39%87.45%-
XYZ4840.1275.03-
YUV174.43155.41144.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.49%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=34.49%
G=26.66%
B=38.85%

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
Decimal1981532230.110.3100.13278.5752.2473.73
HexC699DFB1F0D117344a
Octal306231337133701542764112
Binary110001101001100111011111101111111011011000101111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699DF; }

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

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

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

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

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

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

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

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