Html Css Color HEX #C57FDB Wisteria

📋 copy color: '#C57FDB'

red 197 ◦ green 127 ◦ blue 219

#C57FDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C57FDB

Tints of Wisteria #C57FDB

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 value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C57FDB (or 0xC57FDB) is known color: 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

RGB 197 127 219 -
CMYK 0.10 0.42 0 0.14
HSL 285.65º 0.56% 0.68% -
HSV(B) 285.65º 0.42% 0.86% -
XYZ 43.4 32.16 70.94 -
YUV 158.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 197 127 219 0.10 0.42 0 0.14 285.65 0.56 0.68
Hex C5 7F DB A 2A 0 E 11E 38 44
Octal 305 177 333 12 52 0 16 436 70 104
Binary 11000101 1111111 11011011 1010 101010 0 1110 100011110 111000 1000100

Color Harmonies of #C57FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FDB

Black with #C57FDB

Text Example


Text Example

White with #C57FDB

Text Example


Text Example

HTML Codes & Css Web 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>