#CE92E9

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

Shades of Wisteria #CE92E9

Tints of Wisteria #CE92E9

Color information

#CE92E9 (or 0xCE92E9) is unknown color: approx Wisteria. HEX triplet: CE, 92 and E9. RGB value is (206,146,233). Sum of RGB (Red+Green+Blue) = 206+146+233=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE92E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92E9 is #316D16. Grayscale: #ADADAD. Windows color (decimal): -3239191 or 15307470. OLE color: 15307470.

HSL color Cylindrical-coordinate representation of color #CE92E9: hue angle of 281.38º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE92E9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206146233-
CMYK0.120.3700.09
HSL281.38º66.41%74.31%-
HSV(B)281.38º37.34%91.37%-
XYZ50.4439.5682.07-
YUV173.86161.38150.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=35.21%
G=24.96%
B=39.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061462330.120.3700.09281.3866.4174.31
HexCE92E9C2509119424a
Octal3162223511445011431102112
Binary11001110100100101110100111001001010100110001100110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92E9; }

 p { color: rgb(206,146,233); }

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

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

 a { background-color: rgb(206,146,233); }

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

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

 span { border-color: rgb(206,146,233); }

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