#C17FDA

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

Shades of Wisteria #C17FDA

Tints of Wisteria #C17FDA

Color information

#C17FDA (or 0xC17FDA) is unknown color: approx Wisteria. HEX triplet: C1, 7F and DA. RGB value is (193,127,218). Sum of RGB (Red+Green+Blue) = 193+127+218=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #C17FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FDA is #3E8025. Grayscale: #9C9C9C. Windows color (decimal): -4096038 or 14319553. OLE color: 14319553.

HSL color Cylindrical-coordinate representation of color #C17FDA: hue angle of 283.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17FDA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193127218-
CMYK0.110.4200.15
HSL283.52º55.15%67.65%-
HSV(B)283.52º41.74%85.49%-
XYZ42.2431.5870.2-
YUV157.11162.37153.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=35.87%
G=23.61%
B=40.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931272180.110.4200.15283.5255.1567.65
HexC17FDAB2A0F11c3744
Octal301177332135201743467104
Binary110000011111111110110101011101010011111000111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17FDA; }

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

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

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

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

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

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

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

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