#c17fe1

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

Shades of Wisteria #C17FE1

Tints of Wisteria #C17FE1

Color information

#C17FE1 (or 0xC17FE1) is unknown color: approx Wisteria. HEX triplet: C1, 7F and E1. RGB value is (193,127,225). Sum of RGB (Red+Green+Blue) = 193+127+225=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FE1 is #3E801E. Grayscale: #9D9D9D. Windows color (decimal): -4096031 or 14778305. OLE color: 14778305.

HSL color Cylindrical-coordinate representation of color #C17FE1: hue angle of 280.41º 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 #C17FE1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193127225-
CMYK0.140.4400.12
HSL280.41º62.03%69.02%-
HSV(B)280.41º43.56%88.24%-
XYZ43.1731.9575.13-
YUV157.91165.87153.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=35.41%
G=23.30%
B=41.28%

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
Decimal1931272250.140.4400.12280.4162.0369.02
HexC17FE1E2C0C1183e45
Octal301177341165401443076105
Binary110000011111111111000011110101100011001000110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17fe1; }

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

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

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

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

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

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

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

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