#C698EB

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

Shades of Wisteria #C698EB

Tints of Wisteria #C698EB

Color information

#C698EB (or 0xC698EB) is unknown color: approx Wisteria. HEX triplet: C6, 98 and EB. RGB value is (198,152,235). Sum of RGB (Red+Green+Blue) = 198+152+235=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C698EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EB is #396714. Grayscale: #AEAEAE. Windows color (decimal): -3761941 or 15440070. OLE color: 15440070.

HSL color Cylindrical-coordinate representation of color #C698EB: hue angle of 273.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C698EB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198152235-
CMYK0.160.3500.08
HSL273.25º67.48%75.88%-
HSV(B)273.25º35.32%92.16%-
XYZ49.5140.4683.8-
YUV175.22161.74144.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=33.85%
G=25.98%
B=40.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981522350.160.3500.08273.2567.4875.88
HexC698EB102308111434c
Octal3062303532043010421103114
Binary110001101001100011101011100001000110100010001000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698EB; }

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

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

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

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

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

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

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

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