#CD93DE

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

Shades of Wisteria #CD93DE

Tints of Wisteria #CD93DE

Color information

#CD93DE (or 0xCD93DE) is unknown color: approx Wisteria. HEX triplet: CD, 93 and DE. RGB value is (205,147,222). Sum of RGB (Red+Green+Blue) = 205+147+222=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93DE is #326C21. Grayscale: #ACACAC. Windows color (decimal): -3304482 or 14586829. OLE color: 14586829.

HSL color Cylindrical-coordinate representation of color #CD93DE: hue angle of 286.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD93DE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205147222-
CMYK0.080.3400.13
HSL286.4º53.19%72.35%-
HSV(B)286.4º33.78%87.06%-
XYZ48.839.1274.09-
YUV172.89155.72150.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=35.71%
G=25.61%
B=38.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051472220.080.3400.13286.453.1972.35
HexCD93DE8220D11e3548
Octal315223336104201543665110
Binary1100110110010011110111101000100010011011000111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93DE; }

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

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

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

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

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

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

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

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