#C698D9

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

Shades of Wisteria #C698D9

Tints of Wisteria #C698D9

Color information

#C698D9 (or 0xC698D9) is unknown color: approx Wisteria. HEX triplet: C6, 98 and D9. RGB value is (198,152,217). Sum of RGB (Red+Green+Blue) = 198+152+217=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #C698D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698D9 is #396726. Grayscale: #ACACAC. Windows color (decimal): -3761959 or 14260422. OLE color: 14260422.

HSL color Cylindrical-coordinate representation of color #C698D9: hue angle of 282.46º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C698D9 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198152217-
CMYK0.090.3000.15
HSL282.46º46.1%72.35%-
HSV(B)282.46º29.95%85.1%-
XYZ47.0439.4770.79-
YUV173.16152.74145.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=34.92%
G=26.81%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981522170.090.3000.15282.4646.172.35
HexC698D991E0F11a2e48
Octal306230331113601743256110
Binary110001101001100011011001100111110011111000110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698D9; }

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

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

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

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

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

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

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

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