#CD93F1

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

Shades of Wisteria #CD93F1

Tints of Wisteria #CD93F1

Color information

#CD93F1 (or 0xCD93F1) is unknown color: approx Wisteria. HEX triplet: CD, 93 and F1. RGB value is (205,147,241). Sum of RGB (Red+Green+Blue) = 205+147+241=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93F1 is #326C0E. Grayscale: #AEAEAE. Windows color (decimal): -3304463 or 15832013. OLE color: 15832013.

HSL color Cylindrical-coordinate representation of color #CD93F1: hue angle of 277.02º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD93F1 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205147241-
CMYK0.150.3900.05
HSL277.02º77.05%76.08%-
HSV(B)277.02º39%94.51%-
XYZ51.4940.288.26-
YUV175.06165.22149.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 147 (57.81% from 255) = 24.79%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=34.57%
G=24.79%
B=40.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051472410.150.3900.05277.0277.0576.08
HexCD93F1F27051154d4c
Octal315223361174705425115114
Binary1100110110010011111100011111100111010110001010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93F1; }

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

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

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

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

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

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

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

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