Html Css Color HEX #C57FBA London Hue

📋 copy color: '#C57FBA'

red 197 ◦ green 127 ◦ blue 186

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

Shades of London Hue #C57FBA

Tints of London Hue #C57FBA

RGB

 RED value IS 197 (77.34% from 255) = 38.63%

 GREEN value IS 127 (50% from 255) = 24.9%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 38.63%
G = 24.9%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C57FBA (or 0xC57FBA) is known color: London Hue. HEX triplet: C5, 7F and BA. RGB value is (197,127,186). Sum of RGB (Red+Green+Blue) = 197+127+186=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FBA is #3A8045. Grayscale: #9A9A9A. Windows color (decimal): -3833926 or 12222405. OLE color: 12222405.

HSL color Cylindrical-coordinate representation of color #C57FBA: hue angle of 309.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FBA is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 186 -
CMYK 0 0.36 0.06 0.23
HSL 309.43º 0.38% 0.64% -
HSV(B) 309.43º 0.36% 0.77% -
XYZ 39.48 30.59 50.28 -
YUV 154.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 197 127 186 0 0.36 0.06 0.23 309.43 0.38 0.64
Hex C5 7F BA 0 24 6 17 135 26 40
Octal 305 177 272 0 44 6 27 465 46 100
Binary 11000101 1111111 10111010 0 100100 110 10111 100110101 100110 1000000

Color Harmonies of #C57FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FBA

Black with #C57FBA

Text Example


Text Example

White with #C57FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FBA; }

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

 H1.HeaderClassName
 {
   color: #C57FBA;
 }
 .AnyTagClassName
 {
   color: #C57FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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