#CE85E8

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

Shades of Wisteria #CE85E8

Tints of Wisteria #CE85E8

Color information

#CE85E8 (or 0xCE85E8) is unknown color: approx Wisteria. HEX triplet: CE, 85 and E8. RGB value is (206,133,232). Sum of RGB (Red+Green+Blue) = 206+133+232=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE85E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85E8 is #317A17. Grayscale: #A5A5A5. Windows color (decimal): -3242520 or 15238606. OLE color: 15238606.

HSL color Cylindrical-coordinate representation of color #CE85E8: hue angle of 284.24º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE85E8 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206133232-
CMYK0.110.4300.09
HSL284.24º68.28%71.57%-
HSV(B)284.24º42.67%90.98%-
XYZ48.4135.7280.69-
YUV166.11165.18156.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 232 (91.02% from 255) = 40.63%
R=36.08%
G=23.29%
B=40.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061332320.110.4300.09284.2468.2871.57
HexCE85E8B2B0911c4448
Octal3162053501353011434104110
Binary11001110100001011110100010111010110100110001110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85E8; }

 p { color: rgb(206,133,232); }

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

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

 a { background-color: rgb(206,133,232); }

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

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

 span { border-color: rgb(206,133,232); }

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