#CE9FDA

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

Shades of Wisteria #CE9FDA

Tints of Wisteria #CE9FDA

Color information

#CE9FDA (or 0xCE9FDA) is unknown color: approx Wisteria. HEX triplet: CE, 9F and DA. RGB value is (206,159,218). Sum of RGB (Red+Green+Blue) = 206+159+218=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FDA is #316025. Grayscale: #B3B3B3. Windows color (decimal): -3235878 or 14327758. OLE color: 14327758.

HSL color Cylindrical-coordinate representation of color #CE9FDA: hue angle of 287.8º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9FDA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206159218-
CMYK0.060.2700.15
HSL287.8º44.36%73.92%-
HSV(B)287.8º27.06%85.49%-
XYZ50.5142.9871.96-
YUV179.78149.57146.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=35.33%
G=27.27%
B=37.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061592180.060.2700.15287.844.3673.92
HexCE9FDA61B0F1202c4a
Octal31623733263301744054112
Binary11001110100111111101101011011011011111001000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FDA; }

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

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

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

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

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

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

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

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