#CD93EC

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

Shades of Wisteria #CD93EC

Tints of Wisteria #CD93EC

Color information

#CD93EC (or 0xCD93EC) is unknown color: approx Wisteria. HEX triplet: CD, 93 and EC. RGB value is (205,147,236). Sum of RGB (Red+Green+Blue) = 205+147+236=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93EC is #326C13. Grayscale: #AEAEAE. Windows color (decimal): -3304468 or 15504333. OLE color: 15504333.

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

Color convert

RGB205147236-
CMYK0.130.3800.07
HSL279.1º70.08%75.1%-
HSV(B)279.1º37.71%92.55%-
XYZ50.7539.984.38-
YUV174.49162.72149.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=34.86%
G=25%
B=40.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051472360.130.3800.07279.170.0875.1
HexCD93ECD2607117464b
Octal315223354154607427106113
Binary1100110110010011111011001101100110011110001011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93EC; }

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

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

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

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

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

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

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

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