#C17ED7

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

Shades of Wisteria #C17ED7

Tints of Wisteria #C17ED7

Color information

#C17ED7 (or 0xC17ED7) is unknown color: approx Wisteria. HEX triplet: C1, 7E and D7. RGB value is (193,126,215). Sum of RGB (Red+Green+Blue) = 193+126+215=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #C17ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ED7 is #3E8128. Grayscale: #9B9B9B. Windows color (decimal): -4096297 or 14122689. OLE color: 14122689.

HSL color Cylindrical-coordinate representation of color #C17ED7: hue angle of 285.17º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17ED7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193126215-
CMYK0.100.4100.16
HSL285.17º52.66%66.86%-
HSV(B)285.17º41.4%84.31%-
XYZ41.7231.1768.11-
YUV156.18161.2154.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 126 (49.61% from 255) = 23.60%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=36.14%
G=23.60%
B=40.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931262150.100.4100.16285.1752.6666.86
HexC17ED7A2901011d3543
Octal301176327125102043565103
Binary1100000111111101101011110101010010100001000111011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17ED7; }

 p { color: rgb(193,126,215); }

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

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

 a { background-color: rgb(193,126,215); }

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

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

 span { border-color: rgb(193,126,215); }

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