#CE9DF2

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

Shades of Wisteria #CE9DF2

Tints of Wisteria #CE9DF2

Color information

#CE9DF2 (or 0xCE9DF2) is unknown color: approx Wisteria. HEX triplet: CE, 9D and F2. RGB value is (206,157,242). Sum of RGB (Red+Green+Blue) = 206+157+242=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DF2 is #31620D. Grayscale: #B5B5B5. Windows color (decimal): -3236366 or 15900110. OLE color: 15900110.

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

Color convert

RGB206157242-
CMYK0.150.3500.05
HSL274.59º76.58%78.24%-
HSV(B)274.59º35.12%94.9%-
XYZ53.5443.6589.61-
YUV181.34162.23145.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 242 (94.92% from 255) = 40%
R=34.05%
G=25.95%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061572420.150.3500.05274.5976.5878.24
HexCE9DF2F23051134d4e
Octal316235362174305423115116
Binary1100111010011101111100101111100011010110001001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DF2; }

 p { color: rgb(206,157,242); }

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

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

 a { background-color: rgb(206,157,242); }

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

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

 span { border-color: rgb(206,157,242); }

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