#CE82E3

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

Shades of Wisteria #CE82E3

Tints of Wisteria #CE82E3

Color information

#CE82E3 (or 0xCE82E3) is unknown color: approx Wisteria. HEX triplet: CE, 82 and E3. RGB value is (206,130,227). Sum of RGB (Red+Green+Blue) = 206+130+227=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE82E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82E3 is #317D1C. Grayscale: #A3A3A3. Windows color (decimal): -3243293 or 14910158. OLE color: 14910158.

HSL color Cylindrical-coordinate representation of color #CE82E3: hue angle of 287.01º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE82E3 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206130227-
CMYK0.090.4300.11
HSL287.01º63.4%70%-
HSV(B)287.01º42.73%89.02%-
XYZ47.334.6376.86-
YUV163.78163.68158.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=36.59%
G=23.09%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061302270.090.4300.11287.0163.470
HexCE82E392B0B11f3f46
Octal316202343115301343777106
Binary1100111010000010111000111001101011010111000111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82E3; }

 p { color: rgb(206,130,227); }

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

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

 a { background-color: rgb(206,130,227); }

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

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

 span { border-color: rgb(206,130,227); }

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