#C993D3

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

Shades of Wisteria #C993D3

Tints of Wisteria #C993D3

Color information

#C993D3 (or 0xC993D3) is unknown color: approx Wisteria. HEX triplet: C9, 93 and D3. RGB value is (201,147,211). Sum of RGB (Red+Green+Blue) = 201+147+211=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #C993D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993D3 is #366C2C. Grayscale: #AAAAAA. Windows color (decimal): -3566637 or 13865929. OLE color: 13865929.

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

Color convert

RGB201147211-
CMYK0.050.3000.17
HSL290.62º42.11%70.2%-
HSV(B)290.62º30.33%82.75%-
XYZ46.2837.9966.52-
YUV170.44150.89149.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=35.96%
G=26.30%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011472110.050.3000.17290.6242.1170.2
HexC993D351E0111232a46
Octal31122332353602144352106
Binary110010011001001111010011101111100100011001000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993D3; }

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

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

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

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

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

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

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

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