#CE92F0

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

Shades of Wisteria #CE92F0

Tints of Wisteria #CE92F0

Color information

#CE92F0 (or 0xCE92F0) is unknown color: approx Wisteria. HEX triplet: CE, 92 and F0. RGB value is (206,146,240). Sum of RGB (Red+Green+Blue) = 206+146+240=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92F0 is #316D0F. Grayscale: #AEAEAE. Windows color (decimal): -3239184 or 15766222. OLE color: 15766222.

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

Color convert

RGB206146240-
CMYK0.140.3900.06
HSL278.3º75.81%75.69%-
HSV(B)278.3º39.17%94.12%-
XYZ51.4639.9787.44-
YUV174.66164.88150.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 146 (57.42% from 255) = 24.66%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=34.80%
G=24.66%
B=40.54%

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
Decimal2061462400.140.3900.06278.375.8175.69
HexCE92F0E27061164c4c
Octal316222360164706426114114
Binary1100111010010010111100001110100111011010001011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92F0; }

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

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

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

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

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

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

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

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