#CE86EB

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

Shades of Wisteria #CE86EB

Tints of Wisteria #CE86EB

Color information

#CE86EB (or 0xCE86EB) is unknown color: approx Wisteria. HEX triplet: CE, 86 and EB. RGB value is (206,134,235). Sum of RGB (Red+Green+Blue) = 206+134+235=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE86EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86EB is #317914. Grayscale: #A6A6A6. Windows color (decimal): -3242261 or 15435470. OLE color: 15435470.

HSL color Cylindrical-coordinate representation of color #CE86EB: hue angle of 282.77º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE86EB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206134235-
CMYK0.120.4300.08
HSL282.77º71.63%72.35%-
HSV(B)282.77º42.98%92.16%-
XYZ48.9736.1783-
YUV167.04166.35155.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=35.83%
G=23.30%
B=40.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061342350.120.4300.08282.7771.6372.35
HexCE86EBC2B0811b4848
Octal3162063531453010433110110
Binary11001110100001101110101111001010110100010001101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86EB; }

 p { color: rgb(206,134,235); }

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

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

 a { background-color: rgb(206,134,235); }

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

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

 span { border-color: rgb(206,134,235); }

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