Html Css Color HEX #C57FBD London Hue

📋 copy color: '#C57FBD'

red 197 ◦ green 127 ◦ blue 189

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

Shades of London Hue #C57FBD

Tints of London Hue #C57FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 38.4%
G = 24.76%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C57FBD (or 0xC57FBD) is known color: London Hue. HEX triplet: C5, 7F and BD. RGB value is (197,127,189). Sum of RGB (Red+Green+Blue) = 197+127+189=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FBD is #3A8042. Grayscale: #9A9A9A. Windows color (decimal): -3833923 or 12419013. OLE color: 12419013.

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

Color convert

RGB 197 127 189 -
CMYK 0 0.36 0.04 0.23
HSL 306.86º 0.38% 0.64% -
HSV(B) 306.86º 0.36% 0.77% -
XYZ 39.8 30.72 51.98 -
YUV 155 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 197 127 189 0 0.36 0.04 0.23 306.86 0.38 0.64
Hex C5 7F BD 0 24 4 17 133 26 40
Octal 305 177 275 0 44 4 27 463 46 100
Binary 11000101 1111111 10111101 0 100100 100 10111 100110011 100110 1000000

Color Harmonies of #C57FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FBD

Black with #C57FBD

Text Example


Text Example

White with #C57FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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