#CE92F6

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

Shades of Wisteria #CE92F6

Tints of Wisteria #CE92F6

Color information

#CE92F6 (or 0xCE92F6) is unknown color: approx Wisteria. HEX triplet: CE, 92 and F6. RGB value is (206,146,246). Sum of RGB (Red+Green+Blue) = 206+146+246=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE92F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92F6 is #316D09. Grayscale: #AFAFAF. Windows color (decimal): -3239178 or 16159438. OLE color: 16159438.

HSL color Cylindrical-coordinate representation of color #CE92F6: hue angle of 276º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE92F6 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206146246-
CMYK0.160.4100.04
HSL276º84.75%76.86%-
HSV(B)276º40.65%96.47%-
XYZ52.3740.3392.21-
YUV175.34167.88149.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 246 (96.48% from 255) = 41.14%
R=34.45%
G=24.41%
B=41.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061462460.160.4100.0427684.7576.86
HexCE92F6102904114554d
Octal316222366205104424125115
Binary11001110100100101111011010000101001010010001010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92F6; }

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

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

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

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

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

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

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

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