#CE9BF0

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

Shades of Wisteria #CE9BF0

Tints of Wisteria #CE9BF0

Color information

#CE9BF0 (or 0xCE9BF0) is unknown color: approx Wisteria. HEX triplet: CE, 9B and F0. RGB value is (206,155,240). Sum of RGB (Red+Green+Blue) = 206+155+240=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE9BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF0 is #31640F. Grayscale: #B3B3B3. Windows color (decimal): -3236880 or 15768526. OLE color: 15768526.

HSL color Cylindrical-coordinate representation of color #CE9BF0: hue angle of 276º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9BF0 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206155240-
CMYK0.140.3500.06
HSL276º73.91%77.45%-
HSV(B)276º35.42%94.12%-
XYZ52.942.8687.92-
YUV179.94161.9146.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=34.28%
G=25.79%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061552400.140.3500.0627673.9177.45
HexCE9BF0E23061144a4d
Octal316233360164306424112115
Binary1100111010011011111100001110100011011010001010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BF0; }

 p { color: rgb(206,155,240); }

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

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

 a { background-color: rgb(206,155,240); }

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

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

 span { border-color: rgb(206,155,240); }

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