#CE98F7

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

Shades of Wisteria #CE98F7

Tints of Wisteria #CE98F7

Color information

#CE98F7 (or 0xCE98F7) is unknown color: approx Wisteria. HEX triplet: CE, 98 and F7. RGB value is (206,152,247). Sum of RGB (Red+Green+Blue) = 206+152+247=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE98F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98F7 is #316708. Grayscale: #B2B2B2. Windows color (decimal): -3237641 or 16226510. OLE color: 16226510.

HSL color Cylindrical-coordinate representation of color #CE98F7: hue angle of 274.11º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE98F7 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206152247-
CMYK0.170.3800.03
HSL274.11º85.59%78.24%-
HSV(B)274.11º38.46%96.86%-
XYZ53.4742.2993.34-
YUV178.98166.39147.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=34.05%
G=25.12%
B=40.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061522470.170.3800.03274.1185.5978.24
HexCE98F7112603112564e
Octal316230367214603422126116
Binary1100111010011000111101111000110011001110001001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98F7; }

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

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

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

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

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

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

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

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