#C698EA

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

Shades of Wisteria #C698EA

Tints of Wisteria #C698EA

Color information

#C698EA (or 0xC698EA) is unknown color: approx Wisteria. HEX triplet: C6, 98 and EA. RGB value is (198,152,234). Sum of RGB (Red+Green+Blue) = 198+152+234=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C698EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EA is #396715. Grayscale: #AEAEAE. Windows color (decimal): -3761942 or 15374534. OLE color: 15374534.

HSL color Cylindrical-coordinate representation of color #C698EA: hue angle of 273.66º degrees, saturation: 0.66, 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 #C698EA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198152234-
CMYK0.150.3500.08
HSL273.66º66.13%75.69%-
HSV(B)273.66º35.04%91.76%-
XYZ49.3740.483.04-
YUV175.1161.24144.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.90%
GREEN value IS 152 (59.77% from 255) = 26.03%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=33.90%
G=26.03%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981522340.150.3500.08273.6666.1375.69
HexC698EAF2308112424c
Octal3062303521743010422102114
Binary11000110100110001110101011111000110100010001001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698EA; }

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

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

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

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

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

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

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

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