#CD93E2

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

Shades of Wisteria #CD93E2

Tints of Wisteria #CD93E2

Color information

#CD93E2 (or 0xCD93E2) is unknown color: approx Wisteria. HEX triplet: CD, 93 and E2. RGB value is (205,147,226). Sum of RGB (Red+Green+Blue) = 205+147+226=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD93E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93E2 is #326C1D. Grayscale: #ADADAD. Windows color (decimal): -3304478 or 14848973. OLE color: 14848973.

HSL color Cylindrical-coordinate representation of color #CD93E2: hue angle of 284.05º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD93E2 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205147226-
CMYK0.090.3500.11
HSL284.05º57.66%73.14%-
HSV(B)284.05º34.96%88.63%-
XYZ49.3439.3476.94-
YUV173.35157.72150.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 226 (88.67% from 255) = 39.10%
R=35.47%
G=25.43%
B=39.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051472260.090.3500.11284.0557.6673.14
HexCD93E29230B11c3a49
Octal315223342114301343472111
Binary1100110110010011111000101001100011010111000111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93E2; }

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

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

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

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

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

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

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

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