#CE98DF

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

Shades of Wisteria #CE98DF

Tints of Wisteria #CE98DF

Color information

#CE98DF (or 0xCE98DF) is unknown color: approx Wisteria. HEX triplet: CE, 98 and DF. RGB value is (206,152,223). Sum of RGB (Red+Green+Blue) = 206+152+223=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DF is #316720. Grayscale: #B0B0B0. Windows color (decimal): -3237665 or 14653646. OLE color: 14653646.

HSL color Cylindrical-coordinate representation of color #CE98DF: hue angle of 285.63º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE98DF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206152223-
CMYK0.080.3200.13
HSL285.63º52.59%73.53%-
HSV(B)285.63º31.84%87.45%-
XYZ5040.9175.07-
YUV176.24154.39149.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=35.46%
G=26.16%
B=38.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061522230.080.3200.13285.6352.5973.53
HexCE98DF8200D11e354a
Octal316230337104001543665112
Binary1100111010011000110111111000100000011011000111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98DF; }

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

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

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

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

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

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

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

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