#CE8FE9

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

Shades of Wisteria #CE8FE9

Tints of Wisteria #CE8FE9

Color information

#CE8FE9 (or 0xCE8FE9) is unknown color: approx Wisteria. HEX triplet: CE, 8F and E9. RGB value is (206,143,233). Sum of RGB (Red+Green+Blue) = 206+143+233=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE8FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FE9 is #317016. Grayscale: #ABABAB. Windows color (decimal): -3239959 or 15306702. OLE color: 15306702.

HSL color Cylindrical-coordinate representation of color #CE8FE9: hue angle of 282º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8FE9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206143233-
CMYK0.120.3900.09
HSL282º67.16%73.73%-
HSV(B)282º38.63%91.37%-
XYZ49.9838.6581.92-
YUV172.1162.37152.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 233 (91.41% from 255) = 40.03%
R=35.40%
G=24.57%
B=40.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061432330.120.3900.0928267.1673.73
HexCE8FE9C270911a434a
Octal3162173511447011432103112
Binary11001110100011111110100111001001110100110001101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FE9; }

 p { color: rgb(206,143,233); }

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

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

 a { background-color: rgb(206,143,233); }

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

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

 span { border-color: rgb(206,143,233); }

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