#CE86DB

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

Shades of Wisteria #CE86DB

Tints of Wisteria #CE86DB

Color information

#CE86DB (or 0xCE86DB) is unknown color: approx Wisteria. HEX triplet: CE, 86 and DB. RGB value is (206,134,219). Sum of RGB (Red+Green+Blue) = 206+134+219=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86DB is #317924. Grayscale: #A4A4A4. Windows color (decimal): -3242277 or 14386894. OLE color: 14386894.

HSL color Cylindrical-coordinate representation of color #CE86DB: hue angle of 290.82º degrees, saturation: 0.54, 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 #CE86DB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206134219-
CMYK0.060.3900.14
HSL290.82º54.14%69.22%-
HSV(B)290.82º38.81%85.88%-
XYZ46.7635.2971.36-
YUV165.22158.35157.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=36.85%
G=23.97%
B=39.18%

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
Decimal2061342190.060.3900.14290.8254.1469.22
HexCE86DB6270E1233645
Octal31620633364701644366105
Binary110011101000011011011011110100111011101001000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86DB; }

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

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

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

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

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

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

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

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