#CE86DC

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

Shades of Wisteria #CE86DC

Tints of Wisteria #CE86DC

Color information

#CE86DC (or 0xCE86DC) is unknown color: approx Wisteria. HEX triplet: CE, 86 and DC. RGB value is (206,134,220). Sum of RGB (Red+Green+Blue) = 206+134+220=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86DC is #317923. Grayscale: #A5A5A5. Windows color (decimal): -3242276 or 14452430. OLE color: 14452430.

HSL color Cylindrical-coordinate representation of color #CE86DC: hue angle of 290.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE86DC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206134220-
CMYK0.060.3900.14
HSL290.23º55.13%69.41%-
HSV(B)290.23º39.09%86.27%-
XYZ46.935.3472.06-
YUV165.33158.85157.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=36.79%
G=23.93%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061342200.060.3900.14290.2355.1369.41
HexCE86DC6270E1223745
Octal31620633464701644267105
Binary110011101000011011011100110100111011101001000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86DC; }

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

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

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

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

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

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

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

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