#CE8EF3

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

Shades of Wisteria #CE8EF3

Tints of Wisteria #CE8EF3

Color information

#CE8EF3 (or 0xCE8EF3) is unknown color: approx Wisteria. HEX triplet: CE, 8E and F3. RGB value is (206,142,243). Sum of RGB (Red+Green+Blue) = 206+142+243=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE8EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EF3 is #31710C. Grayscale: #ACACAC. Windows color (decimal): -3240205 or 15961806. OLE color: 15961806.

HSL color Cylindrical-coordinate representation of color #CE8EF3: hue angle of 278.02º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8EF3 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206142243-
CMYK0.150.4200.05
HSL278.02º80.8%75.49%-
HSV(B)278.02º41.56%95.29%-
XYZ51.338.9489.61-
YUV172.65167.7151.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 142 (55.86% from 255) = 24.03%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=34.86%
G=24.03%
B=41.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061422430.150.4200.05278.0280.875.49
HexCE8EF3F2A05116514b
Octal316216363175205426121113
Binary1100111010001110111100111111101010010110001011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EF3; }

 p { color: rgb(206,142,243); }

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

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

 a { background-color: rgb(206,142,243); }

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

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

 span { border-color: rgb(206,142,243); }

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