#CE94E2

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

Shades of Wisteria #CE94E2

Tints of Wisteria #CE94E2

Color information

#CE94E2 (or 0xCE94E2) is unknown color: approx Wisteria. HEX triplet: CE, 94 and E2. RGB value is (206,148,226). Sum of RGB (Red+Green+Blue) = 206+148+226=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE94E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94E2 is #316B1D. Grayscale: #ADADAD. Windows color (decimal): -3238686 or 14849230. OLE color: 14849230.

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

Color convert

RGB206148226-
CMYK0.090.3500.11
HSL284.62º57.35%73.33%-
HSV(B)284.62º34.51%88.63%-
XYZ49.7739.7977.01-
YUV174.23157.22150.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 226 (88.67% from 255) = 38.97%
R=35.52%
G=25.52%
B=38.97%

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
Decimal2061482260.090.3500.11284.6257.3573.33
HexCE94E29230B11d3949
Octal316224342114301343571111
Binary1100111010010100111000101001100011010111000111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94E2; }

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

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

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

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

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

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

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

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