#CD88EC

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

Shades of Wisteria #CD88EC

Tints of Wisteria #CD88EC

Color information

#CD88EC (or 0xCD88EC) is unknown color: approx Wisteria. HEX triplet: CD, 88 and EC. RGB value is (205,136,236). Sum of RGB (Red+Green+Blue) = 205+136+236=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88EC is #327713. Grayscale: #A7A7A7. Windows color (decimal): -3307284 or 15501517. OLE color: 15501517.

HSL color Cylindrical-coordinate representation of color #CD88EC: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD88EC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205136236-
CMYK0.130.4200.07
HSL281.4º72.46%72.94%-
HSV(B)281.4º42.37%92.55%-
XYZ49.1236.6483.84-
YUV168.03166.36154.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=35.53%
G=23.57%
B=40.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051362360.130.4200.07281.472.4672.94
HexCD88ECD2A071194849
Octal315210354155207431110111
Binary1100110110001000111011001101101010011110001100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88EC; }

 p { color: rgb(205,136,236); }

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

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

 a { background-color: rgb(205,136,236); }

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

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

 span { border-color: rgb(205,136,236); }

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