#C199DD

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

Shades of Wisteria #C199DD

Tints of Wisteria #C199DD

Color information

#C199DD (or 0xC199DD) is unknown color: approx Wisteria. HEX triplet: C1, 99 and DD. RGB value is (193,153,221). Sum of RGB (Red+Green+Blue) = 193+153+221=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C199DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DD is #3E6622. Grayscale: #ACACAC. Windows color (decimal): -4089379 or 14522817. OLE color: 14522817.

HSL color Cylindrical-coordinate representation of color #C199DD: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C199DD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193153221-
CMYK0.130.3100.13
HSL275.29º50%73.33%-
HSV(B)275.29º30.77%86.67%-
XYZ46.4339.3473.55-
YUV172.71155.25142.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=34.04%
G=26.98%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931532210.130.3100.13275.295073.33
HexC199DDD1F0D1133249
Octal301231335153701542362111
Binary110000011001100111011101110111111011011000100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199DD; }

 p { color: rgb(193,153,221); }

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

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

 a { background-color: rgb(193,153,221); }

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

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

 span { border-color: rgb(193,153,221); }

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