#C57FDB

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

Shades of Wisteria #C57FDB

Tints of Wisteria #C57FDB

Color information

#C57FDB (or 0xC57FDB) is unknown color: approx Wisteria. HEX triplet: C5, 7F and DB. RGB value is (197,127,219). Sum of RGB (Red+Green+Blue) = 197+127+219=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C57FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FDB is #3A8024. Grayscale: #9E9E9E. Windows color (decimal): -3833893 or 14385093. OLE color: 14385093.

HSL color Cylindrical-coordinate representation of color #C57FDB: hue angle of 285.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57FDB is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197127219-
CMYK0.100.4200.14
HSL285.65º56.1%67.84%-
HSV(B)285.65º42.01%85.88%-
XYZ43.432.1670.94-
YUV158.42162.19155.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=36.28%
G=23.39%
B=40.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971272190.100.4200.14285.6556.167.84
HexC57FDBA2A0E11e3844
Octal305177333125201643670104
Binary110001011111111110110111010101010011101000111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57FDB; }

 p { color: rgb(197,127,219); }

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

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

 a { background-color: rgb(197,127,219); }

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

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

 span { border-color: rgb(197,127,219); }

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