#CE91F2

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

Shades of Wisteria #CE91F2

Tints of Wisteria #CE91F2

Color information

#CE91F2 (or 0xCE91F2) is unknown color: approx Wisteria. HEX triplet: CE, 91 and F2. RGB value is (206,145,242). Sum of RGB (Red+Green+Blue) = 206+145+242=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE91F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91F2 is #316E0D. Grayscale: #ADADAD. Windows color (decimal): -3239438 or 15897038. OLE color: 15897038.

HSL color Cylindrical-coordinate representation of color #CE91F2: hue angle of 277.73º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE91F2 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206145242-
CMYK0.150.4000.05
HSL277.73º78.86%75.88%-
HSV(B)277.73º40.08%94.9%-
XYZ51.6139.7888.96-
YUV174.3166.21150.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=34.74%
G=24.45%
B=40.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061452420.150.4000.05277.7378.8675.88
HexCE91F2F28051164f4c
Octal316221362175005426117114
Binary1100111010010001111100101111101000010110001011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91F2; }

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

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

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

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

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

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

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

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