#C993D4

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

Shades of Wisteria #C993D4

Tints of Wisteria #C993D4

Color information

#C993D4 (or 0xC993D4) is unknown color: approx Wisteria. HEX triplet: C9, 93 and D4. RGB value is (201,147,212). Sum of RGB (Red+Green+Blue) = 201+147+212=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #C993D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993D4 is #366C2B. Grayscale: #AAAAAA. Windows color (decimal): -3566636 or 13931465. OLE color: 13931465.

HSL color Cylindrical-coordinate representation of color #C993D4: hue angle of 289.85º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C993D4 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201147212-
CMYK0.050.3100.17
HSL289.85º43.05%70.39%-
HSV(B)289.85º30.66%83.14%-
XYZ46.438.0467.18-
YUV170.56151.39149.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=35.89%
G=26.25%
B=37.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011472120.050.3100.17289.8543.0570.39
HexC993D451F0111222b46
Octal31122332453702144253106
Binary110010011001001111010100101111110100011001000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993D4; }

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

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

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

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

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

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

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

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