#C698D2

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

Shades of Wisteria #C698D2

Tints of Wisteria #C698D2

Color information

#C698D2 (or 0xC698D2) is unknown color: approx Wisteria. HEX triplet: C6, 98 and D2. RGB value is (198,152,210). Sum of RGB (Red+Green+Blue) = 198+152+210=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #C698D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698D2 is #39672D. Grayscale: #ACACAC. Windows color (decimal): -3761966 or 13801670. OLE color: 13801670.

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

Color convert

RGB198152210-
CMYK0.060.2800.18
HSL287.59º39.19%70.98%-
HSV(B)287.59º27.62%82.35%-
XYZ46.1539.1266.09-
YUV172.37149.24146.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=35.36%
G=27.14%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981522100.060.2800.18287.5939.1970.98
HexC698D261C0121202747
Octal30623032263402244047107
Binary110001101001100011010010110111000100101001000001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698D2; }

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

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

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

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

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

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

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

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