#CE99F1

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

Shades of Wisteria #CE99F1

Tints of Wisteria #CE99F1

Color information

#CE99F1 (or 0xCE99F1) is unknown color: approx Wisteria. HEX triplet: CE, 99 and F1. RGB value is (206,153,241). Sum of RGB (Red+Green+Blue) = 206+153+241=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99F1 is #31660E. Grayscale: #B2B2B2. Windows color (decimal): -3237391 or 15833550. OLE color: 15833550.

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

Color convert

RGB206153241-
CMYK0.150.3700.05
HSL276.14º75.86%77.25%-
HSV(B)276.14º36.51%94.51%-
XYZ52.7242.2688.6-
YUV178.88163.06147.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 153 (60.16% from 255) = 25.5%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=34.33%
G=25.5%
B=40.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061532410.150.3700.05276.1475.8677.25
HexCE99F1F25051144c4d
Octal316231361174505424114115
Binary1100111010011001111100011111100101010110001010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99F1; }

 p { color: rgb(206,153,241); }

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

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

 a { background-color: rgb(206,153,241); }

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

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

 span { border-color: rgb(206,153,241); }

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