#CE94E3

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

Shades of Wisteria #CE94E3

Tints of Wisteria #CE94E3

Color information

#CE94E3 (or 0xCE94E3) is unknown color: approx Wisteria. HEX triplet: CE, 94 and E3. RGB value is (206,148,227). Sum of RGB (Red+Green+Blue) = 206+148+227=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE94E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94E3 is #316B1C. Grayscale: #AEAEAE. Windows color (decimal): -3238685 or 14914766. OLE color: 14914766.

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

Color convert

RGB206148227-
CMYK0.090.3500.11
HSL284.05º58.52%73.53%-
HSV(B)284.05º34.8%89.02%-
XYZ49.9139.8577.73-
YUV174.35157.72150.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=35.46%
G=25.47%
B=39.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061482270.090.3500.11284.0558.5273.53
HexCE94E39230B11c3b4a
Octal316224343114301343473112
Binary1100111010010100111000111001100011010111000111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94E3; }

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

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

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

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

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

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

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

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