#CE97EA

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

Shades of Wisteria #CE97EA

Tints of Wisteria #CE97EA

Color information

#CE97EA (or 0xCE97EA) is unknown color: approx Wisteria. HEX triplet: CE, 97 and EA. RGB value is (206,151,234). Sum of RGB (Red+Green+Blue) = 206+151+234=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97EA is #316815. Grayscale: #B0B0B0. Windows color (decimal): -3237910 or 15374286. OLE color: 15374286.

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

Color convert

RGB206151234-
CMYK0.120.3500.08
HSL279.76º66.4%75.49%-
HSV(B)279.76º35.47%91.76%-
XYZ51.3741.283.09-
YUV176.91160.22148.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=34.86%
G=25.55%
B=39.59%

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
Decimal2061512340.120.3500.08279.7666.475.49
HexCE97EAC2308118424b
Octal3162273521443010430102113
Binary11001110100101111110101011001000110100010001100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97EA; }

 p { color: rgb(206,151,234); }

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

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

 a { background-color: rgb(206,151,234); }

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

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

 span { border-color: rgb(206,151,234); }

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