#CE8FD6

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

Shades of Wisteria #CE8FD6

Tints of Wisteria #CE8FD6

Color information

#CE8FD6 (or 0xCE8FD6) is unknown color: approx Wisteria. HEX triplet: CE, 8F and D6. RGB value is (206,143,214). Sum of RGB (Red+Green+Blue) = 206+143+214=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FD6 is #317029. Grayscale: #A9A9A9. Windows color (decimal): -3239978 or 14061518. OLE color: 14061518.

HSL color Cylindrical-coordinate representation of color #CE8FD6: hue angle of 293.24º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8FD6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206143214-
CMYK0.040.3300.16
HSL293.24º46.41%70%-
HSV(B)293.24º33.18%83.92%-
XYZ47.4137.6268.38-
YUV169.93152.87153.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=36.59%
G=25.40%
B=38.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061432140.040.3300.16293.2446.4170
HexCE8FD64210101252e46
Octal31621732644102044556106
Binary1100111010001111110101101001000010100001001001011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FD6; }

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

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

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

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

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

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

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

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