#CD93E9

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

Shades of Wisteria #CD93E9

Tints of Wisteria #CD93E9

Color information

#CD93E9 (or 0xCD93E9) is unknown color: approx Wisteria. HEX triplet: CD, 93 and E9. RGB value is (205,147,233). Sum of RGB (Red+Green+Blue) = 205+147+233=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93E9 is #326C16. Grayscale: #ADADAD. Windows color (decimal): -3304471 or 15307725. OLE color: 15307725.

HSL color Cylindrical-coordinate representation of color #CD93E9: hue angle of 280.47º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD93E9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205147233-
CMYK0.120.3700.09
HSL280.47º66.15%74.51%-
HSV(B)280.47º36.91%91.37%-
XYZ50.3239.7382.11-
YUV174.15161.22150.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=35.04%
G=25.13%
B=39.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051472330.120.3700.09280.4766.1574.51
HexCD93E9C2509118424b
Octal3152233511445011430102113
Binary11001101100100111110100111001001010100110001100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93E9; }

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

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

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

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

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

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

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

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