#CE8FDC

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

Shades of Wisteria #CE8FDC

Tints of Wisteria #CE8FDC

Color information

#CE8FDC (or 0xCE8FDC) is unknown color: approx Wisteria. HEX triplet: CE, 8F and DC. RGB value is (206,143,220). Sum of RGB (Red+Green+Blue) = 206+143+220=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FDC is #317023. Grayscale: #AAAAAA. Windows color (decimal): -3239972 or 14454734. OLE color: 14454734.

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

Color convert

RGB206143220-
CMYK0.060.3500.14
HSL289.09º52.38%71.18%-
HSV(B)289.09º35%86.27%-
XYZ48.1937.9372.49-
YUV170.61155.87153.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=36.20%
G=25.13%
B=38.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061432200.060.3500.14289.0952.3871.18
HexCE8FDC6230E1213447
Octal31621733464301644164107
Binary110011101000111111011100110100011011101001000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FDC; }

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

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

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

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

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

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

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

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