#CE94D8

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

Shades of Wisteria #CE94D8

Tints of Wisteria #CE94D8

Color information

#CE94D8 (or 0xCE94D8) is unknown color: approx Wisteria. HEX triplet: CE, 94 and D8. RGB value is (206,148,216). Sum of RGB (Red+Green+Blue) = 206+148+216=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94D8 is #316B27. Grayscale: #ACACAC. Windows color (decimal): -3238696 or 14193870. OLE color: 14193870.

HSL color Cylindrical-coordinate representation of color #CE94D8: hue angle of 291.18º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE94D8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206148216-
CMYK0.050.3100.15
HSL291.18º46.58%71.37%-
HSV(B)291.18º31.48%84.71%-
XYZ48.4439.2669.99-
YUV173.09152.22151.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=36.14%
G=25.96%
B=37.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061482160.050.3100.15291.1846.5871.37
HexCE94D851F0F1232f47
Octal31622433053701744357107
Binary11001110100101001101100010111111011111001000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94D8; }

 p { color: rgb(206,148,216); }

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

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

 a { background-color: rgb(206,148,216); }

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

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

 span { border-color: rgb(206,148,216); }

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