#CE9FF1

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

Shades of Wisteria #CE9FF1

Tints of Wisteria #CE9FF1

Color information

#CE9FF1 (or 0xCE9FF1) is unknown color: approx Wisteria. HEX triplet: CE, 9F and F1. RGB value is (206,159,241). Sum of RGB (Red+Green+Blue) = 206+159+241=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF1 is #31600E. Grayscale: #B6B6B6. Windows color (decimal): -3235855 or 15835086. OLE color: 15835086.

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

Color convert

RGB206159241-
CMYK0.150.3400.05
HSL274.39º74.55%78.43%-
HSV(B)274.39º34.02%94.51%-
XYZ53.7344.2788.93-
YUV182.4161.07144.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=33.99%
G=26.24%
B=39.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061592410.150.3400.05274.3974.5578.43
HexCE9FF1F22051124b4e
Octal316237361174205422113116
Binary1100111010011111111100011111100010010110001001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FF1; }

 p { color: rgb(206,159,241); }

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

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

 a { background-color: rgb(206,159,241); }

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

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

 span { border-color: rgb(206,159,241); }

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