#CE9CF5

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

Shades of Wisteria #CE9CF5

Tints of Wisteria #CE9CF5

Color information

#CE9CF5 (or 0xCE9CF5) is unknown color: approx Wisteria. HEX triplet: CE, 9C and F5. RGB value is (206,156,245). Sum of RGB (Red+Green+Blue) = 206+156+245=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE9CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CF5 is #31630A. Grayscale: #B4B4B4. Windows color (decimal): -3236619 or 16096462. OLE color: 16096462.

HSL color Cylindrical-coordinate representation of color #CE9CF5: hue angle of 273.71º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9CF5 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206156245-
CMYK0.160.3600.04
HSL273.71º81.65%78.63%-
HSV(B)273.71º36.33%96.08%-
XYZ53.8243.4991.94-
YUV181.1164.06145.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=33.94%
G=25.70%
B=40.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061562450.160.3600.04273.7181.6578.63
HexCE9CF5102404112524f
Octal316234365204404422122117
Binary11001110100111001111010110000100100010010001001010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CF5; }

 p { color: rgb(206,156,245); }

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

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

 a { background-color: rgb(206,156,245); }

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

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

 span { border-color: rgb(206,156,245); }

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