#CE84EA

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

Shades of Wisteria #CE84EA

Tints of Wisteria #CE84EA

Color information

#CE84EA (or 0xCE84EA) is unknown color: approx Wisteria. HEX triplet: CE, 84 and EA. RGB value is (206,132,234). Sum of RGB (Red+Green+Blue) = 206+132+234=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE84EA is #317B15. Grayscale: #A5A5A5. Windows color (decimal): -3242774 or 15369422. OLE color: 15369422.

HSL color Cylindrical-coordinate representation of color #CE84EA: hue angle of 283.53º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE84EA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206132234-
CMYK0.120.4400.08
HSL283.53º70.83%71.76%-
HSV(B)283.53º43.59%91.76%-
XYZ48.5635.5682.15-
YUV165.75166.52156.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=36.01%
G=23.08%
B=40.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061322340.120.4400.08283.5370.8371.76
HexCE84EAC2C0811c4748
Octal3162043521454010434107110
Binary11001110100001001110101011001011000100010001110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84EA; }

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

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

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

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

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

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

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

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