#CE85DD

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

Shades of Wisteria #CE85DD

Tints of Wisteria #CE85DD

Color information

#CE85DD (or 0xCE85DD) is unknown color: approx Wisteria. HEX triplet: CE, 85 and DD. RGB value is (206,133,221). Sum of RGB (Red+Green+Blue) = 206+133+221=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85DD is #317A22. Grayscale: #A4A4A4. Windows color (decimal): -3242531 or 14517710. OLE color: 14517710.

HSL color Cylindrical-coordinate representation of color #CE85DD: hue angle of 289.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE85DD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206133221-
CMYK0.070.4000.13
HSL289.77º56.41%69.41%-
HSV(B)289.77º39.82%86.67%-
XYZ46.8935.1272.71-
YUV164.86159.68157.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=36.79%
G=23.75%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061332210.070.4000.13289.7756.4169.41
HexCE85DD7280D1223845
Octal31620533575001544270105
Binary110011101000010111011101111101000011011001000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85DD; }

 p { color: rgb(206,133,221); }

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

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

 a { background-color: rgb(206,133,221); }

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

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

 span { border-color: rgb(206,133,221); }

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