#CE91FA

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

Shades of Wisteria #CE91FA

Tints of Wisteria #CE91FA

Color information

#CE91FA (or 0xCE91FA) is unknown color: approx Wisteria. HEX triplet: CE, 91 and FA. RGB value is (206,145,250). Sum of RGB (Red+Green+Blue) = 206+145+250=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91FA is #316E05. Grayscale: #AEAEAE. Windows color (decimal): -3239430 or 16421326. OLE color: 16421326.

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

Color convert

RGB206145250-
CMYK0.180.4200.02
HSL274.86º91.3%77.45%-
HSV(B)274.86º42%98.04%-
XYZ52.8340.2795.43-
YUV175.21170.21149.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=34.28%
G=24.13%
B=41.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061452500.180.4200.02274.8691.377.45
HexCE91FA122A021135b4d
Octal316221372225202423133115
Binary1100111010010001111110101001010101001010001001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91FA; }

 p { color: rgb(206,145,250); }

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

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

 a { background-color: rgb(206,145,250); }

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

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

 span { border-color: rgb(206,145,250); }

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