#C17DE1

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

Shades of Wisteria #C17DE1

Tints of Wisteria #C17DE1

Color information

#C17DE1 (or 0xC17DE1) is unknown color: approx Wisteria. HEX triplet: C1, 7D and E1. RGB value is (193,125,225). Sum of RGB (Red+Green+Blue) = 193+125+225=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DE1 is #3E821E. Grayscale: #9C9C9C. Windows color (decimal): -4096543 or 14777793. OLE color: 14777793.

HSL color Cylindrical-coordinate representation of color #C17DE1: hue angle of 280.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C17DE1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193125225-
CMYK0.140.4400.12
HSL280.8º62.5%68.63%-
HSV(B)280.8º44.44%88.24%-
XYZ42.9231.4475.04-
YUV156.73166.53153.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=35.54%
G=23.02%
B=41.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931252250.140.4400.12280.862.568.63
HexC17DE1E2C0C1193e45
Octal301175341165401443176105
Binary110000011111101111000011110101100011001000110011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DE1; }

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

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

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

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

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

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

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

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