#C698EE

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

Shades of Wisteria #C698EE

Tints of Wisteria #C698EE

Color information

#C698EE (or 0xC698EE) is unknown color: approx Wisteria. HEX triplet: C6, 98 and EE. RGB value is (198,152,238). Sum of RGB (Red+Green+Blue) = 198+152+238=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #C698EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EE is #396711. Grayscale: #AFAFAF. Windows color (decimal): -3761938 or 15636678. OLE color: 15636678.

HSL color Cylindrical-coordinate representation of color #C698EE: hue angle of 272.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C698EE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198152238-
CMYK0.170.3600.07
HSL272.09º71.67%76.47%-
HSV(B)272.09º36.13%93.33%-
XYZ49.9540.6486.1-
YUV175.56163.24144.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=33.67%
G=25.85%
B=40.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981522380.170.3600.07272.0971.6776.47
HexC698EE112407110484c
Octal306230356214407420110114
Binary11000110100110001110111010001100100011110001000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698EE; }

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

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

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

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

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

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

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

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