#CE9CF3

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

Shades of Wisteria #CE9CF3

Tints of Wisteria #CE9CF3

Color information

#CE9CF3 (or 0xCE9CF3) is unknown color: approx Wisteria. HEX triplet: CE, 9C and F3. RGB value is (206,156,243). Sum of RGB (Red+Green+Blue) = 206+156+243=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CF3 is #31630C. Grayscale: #B4B4B4. Windows color (decimal): -3236621 or 15965390. OLE color: 15965390.

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

Color convert

RGB206156243-
CMYK0.150.3600.05
HSL274.48º78.38%78.24%-
HSV(B)274.48º35.8%95.29%-
XYZ53.5243.3790.34-
YUV180.87163.06145.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=34.05%
G=25.79%
B=40.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061562430.150.3600.05274.4878.3878.24
HexCE9CF3F24051124e4e
Octal316234363174405422116116
Binary1100111010011100111100111111100100010110001001010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CF3; }

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

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

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

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

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

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

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

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