#CE92F9

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

Shades of Wisteria #CE92F9

Tints of Wisteria #CE92F9

Color information

#CE92F9 (or 0xCE92F9) is unknown color: approx Wisteria. HEX triplet: CE, 92 and F9. RGB value is (206,146,249). Sum of RGB (Red+Green+Blue) = 206+146+249=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92F9 is #316D06. Grayscale: #AFAFAF. Windows color (decimal): -3239175 or 16356046. OLE color: 16356046.

HSL color Cylindrical-coordinate representation of color #CE92F9: hue angle of 274.95º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE92F9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206146249-
CMYK0.170.4100.02
HSL274.95º89.57%77.45%-
HSV(B)274.95º41.37%97.65%-
XYZ52.8340.5294.66-
YUV175.68169.38149.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=34.28%
G=24.29%
B=41.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061462490.170.4100.02274.9589.5777.45
HexCE92F91129021135a4d
Octal316222371215102423132115
Binary1100111010010010111110011000110100101010001001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92F9; }

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

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

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

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

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

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

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

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