Html Css Color HEX #C57FBC London Hue

📋 copy color: '#C57FBC'

red 197 ◦ green 127 ◦ blue 188

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

Shades of London Hue #C57FBC

Tints of London Hue #C57FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 38.48%
G = 24.8%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C57FBC (or 0xC57FBC) is known color: London Hue. HEX triplet: C5, 7F and BC. RGB value is (197,127,188). Sum of RGB (Red+Green+Blue) = 197+127+188=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FBC is #3A8043. Grayscale: #9A9A9A. Windows color (decimal): -3833924 or 12353477. OLE color: 12353477.

HSL color Cylindrical-coordinate representation of color #C57FBC: hue angle of 307.71º 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 #C57FBC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 188 -
CMYK 0 0.36 0.05 0.23
HSL 307.71º 0.38% 0.64% -
HSV(B) 307.71º 0.36% 0.77% -
XYZ 39.69 30.68 51.41 -
YUV 154.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 197 127 188 0 0.36 0.05 0.23 307.71 0.38 0.64
Hex C5 7F BC 0 24 5 17 134 26 40
Octal 305 177 274 0 44 5 27 464 46 100
Binary 11000101 1111111 10111100 0 100100 101 10111 100110100 100110 1000000

Color Harmonies of #C57FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FBC

Black with #C57FBC

Text Example


Text Example

White with #C57FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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