#CE8BD8

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

Shades of Wisteria #CE8BD8

Tints of Wisteria #CE8BD8

Color information

#CE8BD8 (or 0xCE8BD8) is unknown color: approx Wisteria. HEX triplet: CE, 8B and D8. RGB value is (206,139,216). Sum of RGB (Red+Green+Blue) = 206+139+216=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BD8 is #317427. Grayscale: #A7A7A7. Windows color (decimal): -3241000 or 14191566. OLE color: 14191566.

HSL color Cylindrical-coordinate representation of color #CE8BD8: hue angle of 292.21º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8BD8 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206139216-
CMYK0.050.3600.15
HSL292.21º49.68%69.61%-
HSV(B)292.21º35.65%84.71%-
XYZ47.0836.5469.54-
YUV167.81155.2155.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=36.72%
G=24.78%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061392160.050.3600.15292.2149.6869.61
HexCE8BD85240F1243246
Octal31621333054401744462106
Binary110011101000101111011000101100100011111001001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BD8; }

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

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

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

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

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

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

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

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