#C698DF

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

Shades of Wisteria #C698DF

Tints of Wisteria #C698DF

Color information

#C698DF (or 0xC698DF) is unknown color: approx Wisteria. HEX triplet: C6, 98 and DF. RGB value is (198,152,223). Sum of RGB (Red+Green+Blue) = 198+152+223=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C698DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DF is #396720. Grayscale: #ADADAD. Windows color (decimal): -3761953 or 14653638. OLE color: 14653638.

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

Color convert

RGB198152223-
CMYK0.110.3200.13
HSL278.87º52.59%73.53%-
HSV(B)278.87º31.84%87.45%-
XYZ47.8439.7974.97-
YUV173.85155.74145.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=34.55%
G=26.53%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981522230.110.3200.13278.8752.5973.53
HexC698DFB200D117354a
Octal306230337134001542765112
Binary1100011010011000110111111011100000011011000101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698DF; }

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

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

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

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

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

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

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

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