#CD93DA

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

Shades of Wisteria #CD93DA

Tints of Wisteria #CD93DA

Color information

#CD93DA (or 0xCD93DA) is unknown color: approx Wisteria. HEX triplet: CD, 93 and DA. RGB value is (205,147,218). Sum of RGB (Red+Green+Blue) = 205+147+218=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93DA is #326C25. Grayscale: #ACACAC. Windows color (decimal): -3304486 or 14324685. OLE color: 14324685.

HSL color Cylindrical-coordinate representation of color #CD93DA: hue angle of 289.01º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD93DA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205147218-
CMYK0.060.3300.15
HSL289.01º48.97%71.57%-
HSV(B)289.01º32.57%85.49%-
XYZ48.2738.9171.3-
YUV172.44153.72151.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=35.96%
G=25.79%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051472180.060.3300.15289.0148.9771.57
HexCD93DA6210F1213148
Octal31522333264101744161110
Binary110011011001001111011010110100001011111001000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93DA; }

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

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

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

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

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

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

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

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