#CE8BE8

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

Shades of Wisteria #CE8BE8

Tints of Wisteria #CE8BE8

Color information

#CE8BE8 (or 0xCE8BE8) is unknown color: approx Wisteria. HEX triplet: CE, 8B and E8. RGB value is (206,139,232). Sum of RGB (Red+Green+Blue) = 206+139+232=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE8BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BE8 is #317417. Grayscale: #A9A9A9. Windows color (decimal): -3240984 or 15240142. OLE color: 15240142.

HSL color Cylindrical-coordinate representation of color #CE8BE8: hue angle of 283.23º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8BE8 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206139232-
CMYK0.110.4000.09
HSL283.23º66.91%72.75%-
HSV(B)283.23º40.09%90.98%-
XYZ49.2537.4180.97-
YUV169.64163.2153.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=35.70%
G=24.09%
B=40.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061392320.110.4000.09283.2366.9172.75
HexCE8BE8B280911b4349
Octal3162133501350011433103111
Binary11001110100010111110100010111010000100110001101110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BE8; }

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

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

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

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

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

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

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

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