#CE9ADC

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

Shades of Wisteria #CE9ADC

Tints of Wisteria #CE9ADC

Color information

#CE9ADC (or 0xCE9ADC) is unknown color: approx Wisteria. HEX triplet: CE, 9A and DC. RGB value is (206,154,220). Sum of RGB (Red+Green+Blue) = 206+154+220=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADC is #316523. Grayscale: #B0B0B0. Windows color (decimal): -3237156 or 14457550. OLE color: 14457550.

HSL color Cylindrical-coordinate representation of color #CE9ADC: hue angle of 287.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9ADC is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206154220-
CMYK0.060.300.14
HSL287.27º48.53%73.33%-
HSV(B)287.27º30%86.27%-
XYZ49.9341.473.07-
YUV177.07152.23148.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=35.52%
G=26.55%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061542200.060.300.14287.2748.5373.33
HexCE9ADC61E0E11f3149
Octal31623233463601643761111
Binary11001110100110101101110011011110011101000111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9ADC; }

 p { color: rgb(206,154,220); }

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

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

 a { background-color: rgb(206,154,220); }

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

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

 span { border-color: rgb(206,154,220); }

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