#CD93ED

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

Shades of Wisteria #CD93ED

Tints of Wisteria #CD93ED

Color information

#CD93ED (or 0xCD93ED) is unknown color: approx Wisteria. HEX triplet: CD, 93 and ED. RGB value is (205,147,237). Sum of RGB (Red+Green+Blue) = 205+147+237=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93ED is #326C12. Grayscale: #AEAEAE. Windows color (decimal): -3304467 or 15569869. OLE color: 15569869.

HSL color Cylindrical-coordinate representation of color #CD93ED: hue angle of 278.67º degrees, saturation: 0.71, 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 #CD93ED is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205147237-
CMYK0.140.3800.07
HSL278.67º71.43%75.29%-
HSV(B)278.67º37.97%92.94%-
XYZ50.939.9685.15-
YUV174.6163.22149.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=34.80%
G=24.96%
B=40.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051472370.140.3800.07278.6771.4375.29
HexCD93EDE2607117474b
Octal315223355164607427107113
Binary1100110110010011111011011110100110011110001011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93ED; }

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

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

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

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

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

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

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

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