#CE99F3

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

Shades of Wisteria #CE99F3

Tints of Wisteria #CE99F3

Color information

#CE99F3 (or 0xCE99F3) is unknown color: approx Wisteria. HEX triplet: CE, 99 and F3. RGB value is (206,153,243). Sum of RGB (Red+Green+Blue) = 206+153+243=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE99F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99F3 is #31660C. Grayscale: #B2B2B2. Windows color (decimal): -3237389 or 15964622. OLE color: 15964622.

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

Color convert

RGB206153243-
CMYK0.150.3700.05
HSL275.33º78.95%77.65%-
HSV(B)275.33º37.04%95.29%-
XYZ53.0242.3890.18-
YUV179.11164.06147.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=34.22%
G=25.42%
B=40.37%

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
Decimal2061532430.150.3700.05275.3378.9577.65
HexCE99F3F25051134f4e
Octal316231363174505423117116
Binary1100111010011001111100111111100101010110001001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99F3; }

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

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

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

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

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

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

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

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