#C17DDD

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

Shades of Wisteria #C17DDD

Tints of Wisteria #C17DDD

Color information

#C17DDD (or 0xC17DDD) is unknown color: approx Wisteria. HEX triplet: C1, 7D and DD. RGB value is (193,125,221). Sum of RGB (Red+Green+Blue) = 193+125+221=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C17DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DDD is #3E8222. Grayscale: #9B9B9B. Windows color (decimal): -4096547 or 14515649. OLE color: 14515649.

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

Color convert

RGB193125221-
CMYK0.130.4300.13
HSL282.5º58.54%67.84%-
HSV(B)282.5º43.44%86.67%-
XYZ42.3831.2372.2-
YUV156.28164.53154.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=35.81%
G=23.19%
B=41.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931252210.130.4300.13282.558.5467.84
HexC17DDDD2B0D11a3b44
Octal301175335155301543273104
Binary110000011111101110111011101101011011011000110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DDD; }

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

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

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

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

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

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

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

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