#CE98EB

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

Shades of Wisteria #CE98EB

Tints of Wisteria #CE98EB

Color information

#CE98EB (or 0xCE98EB) is unknown color: approx Wisteria. HEX triplet: CE, 98 and EB. RGB value is (206,152,235). Sum of RGB (Red+Green+Blue) = 206+152+235=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE98EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98EB is #316714. Grayscale: #B1B1B1. Windows color (decimal): -3237653 or 15440078. OLE color: 15440078.

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

Color convert

RGB206152235-
CMYK0.120.3500.08
HSL279.04º67.48%75.88%-
HSV(B)279.04º35.32%92.16%-
XYZ51.6841.5883.9-
YUV177.61160.39148.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=34.74%
G=25.63%
B=39.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061522350.120.3500.08279.0467.4875.88
HexCE98EBC2308117434c
Octal3162303531443010427103114
Binary11001110100110001110101111001000110100010001011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98EB; }

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

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

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

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

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

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

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

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