#C993DA

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

Shades of Wisteria #C993DA

Tints of Wisteria #C993DA

Color information

#C993DA (or 0xC993DA) is unknown color: approx Wisteria. HEX triplet: C9, 93 and DA. RGB value is (201,147,218). Sum of RGB (Red+Green+Blue) = 201+147+218=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C993DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993DA is #366C25. Grayscale: #ABABAB. Windows color (decimal): -3566630 or 14324681. OLE color: 14324681.

HSL color Cylindrical-coordinate representation of color #C993DA: hue angle of 285.63º 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 #C993DA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201147218-
CMYK0.080.3300.15
HSL285.63º48.97%71.57%-
HSV(B)285.63º32.57%85.49%-
XYZ47.1838.3571.24-
YUV171.24154.39149.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=35.51%
G=25.97%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011472180.080.3300.15285.6348.9771.57
HexC993DA8210F11e3148
Octal311223332104101743661110
Binary1100100110010011110110101000100001011111000111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993DA; }

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

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

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

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

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

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

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

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