#C698D7

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

Shades of Wisteria #C698D7

Tints of Wisteria #C698D7

Color information

#C698D7 (or 0xC698D7) is unknown color: approx Wisteria. HEX triplet: C6, 98 and D7. RGB value is (198,152,215). Sum of RGB (Red+Green+Blue) = 198+152+215=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #C698D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698D7 is #396728. Grayscale: #ACACAC. Windows color (decimal): -3761961 or 14129350. OLE color: 14129350.

HSL color Cylindrical-coordinate representation of color #C698D7: hue angle of 283.81º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C698D7 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198152215-
CMYK0.080.2900.16
HSL283.81º44.06%71.96%-
HSV(B)283.81º29.3%84.31%-
XYZ46.7839.3769.42-
YUV172.94151.74145.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=35.04%
G=26.90%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981522150.080.2900.16283.8144.0671.96
HexC698D781D01011c2c48
Octal306230327103502043454110
Binary1100011010011000110101111000111010100001000111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698D7; }

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

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

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

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

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

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

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

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