#CE92EF

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

Shades of Wisteria #CE92EF

Tints of Wisteria #CE92EF

Color information

#CE92EF (or 0xCE92EF) is unknown color: approx Wisteria. HEX triplet: CE, 92 and EF. RGB value is (206,146,239). Sum of RGB (Red+Green+Blue) = 206+146+239=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE92EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92EF is #316D10. Grayscale: #AEAEAE. Windows color (decimal): -3239185 or 15700686. OLE color: 15700686.

HSL color Cylindrical-coordinate representation of color #CE92EF: hue angle of 278.71º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE92EF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206146239-
CMYK0.140.3900.06
HSL278.71º74.4%75.49%-
HSV(B)278.71º38.91%93.73%-
XYZ51.3139.9186.66-
YUV174.54164.38150.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 146 (57.42% from 255) = 24.70%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=34.86%
G=24.70%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061462390.140.3900.06278.7174.475.49
HexCE92EFE27061174a4b
Octal316222357164706427112113
Binary1100111010010010111011111110100111011010001011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92EF; }

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

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

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

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

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

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

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

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