#CE8BDC

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

Shades of Wisteria #CE8BDC

Tints of Wisteria #CE8BDC

Color information

#CE8BDC (or 0xCE8BDC) is unknown color: approx Wisteria. HEX triplet: CE, 8B and DC. RGB value is (206,139,220). Sum of RGB (Red+Green+Blue) = 206+139+220=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BDC is #317423. Grayscale: #A8A8A8. Windows color (decimal): -3240996 or 14453710. OLE color: 14453710.

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

Color convert

RGB206139220-
CMYK0.060.3700.14
HSL289.63º53.64%70.39%-
HSV(B)289.63º36.82%86.27%-
XYZ47.636.7572.3-
YUV168.27157.2154.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=36.46%
G=24.60%
B=38.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061392200.060.3700.14289.6353.6470.39
HexCE8BDC6250E1223646
Octal31621333464501644266106
Binary110011101000101111011100110100101011101001000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BDC; }

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

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

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

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

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

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

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

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