#CE98F3

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

Shades of Wisteria #CE98F3

Tints of Wisteria #CE98F3

Color information

#CE98F3 (or 0xCE98F3) is unknown color: approx Wisteria. HEX triplet: CE, 98 and F3. RGB value is (206,152,243). Sum of RGB (Red+Green+Blue) = 206+152+243=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98F3 is #31670C. Grayscale: #B2B2B2. Windows color (decimal): -3237645 or 15964366. OLE color: 15964366.

HSL color Cylindrical-coordinate representation of color #CE98F3: hue angle of 275.6º degrees, saturation: 0.79, 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 #CE98F3 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206152243-
CMYK0.150.3700.05
HSL275.6º79.13%77.45%-
HSV(B)275.6º37.45%95.29%-
XYZ52.8642.0590.12-
YUV178.52164.39147.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=34.28%
G=25.29%
B=40.43%

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
Decimal2061522430.150.3700.05275.679.1377.45
HexCE98F3F25051144f4d
Octal316230363174505424117115
Binary1100111010011000111100111111100101010110001010010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98F3; }

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

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

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

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

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

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

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

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