#CE84E5

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

Shades of Wisteria #CE84E5

Tints of Wisteria #CE84E5

Color information

#CE84E5 (or 0xCE84E5) is unknown color: approx Wisteria. HEX triplet: CE, 84 and E5. RGB value is (206,132,229). Sum of RGB (Red+Green+Blue) = 206+132+229=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE84E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84E5 is #317B1A. Grayscale: #A4A4A4. Windows color (decimal): -3242779 or 15041742. OLE color: 15041742.

HSL color Cylindrical-coordinate representation of color #CE84E5: hue angle of 285.77º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE84E5 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206132229-
CMYK0.100.4200.10
HSL285.77º65.1%70.78%-
HSV(B)285.77º42.36%89.8%-
XYZ47.8535.2878.42-
YUV165.18164.02157.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=36.33%
G=23.28%
B=40.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061322290.100.4200.10285.7765.170.78
HexCE84E5A2A0A11e4147
Octal3162043451252012436101107
Binary11001110100001001110010110101010100101010001111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84E5; }

 p { color: rgb(206,132,229); }

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

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

 a { background-color: rgb(206,132,229); }

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

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

 span { border-color: rgb(206,132,229); }

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