Html Css Color HEX #C574B1 London Hue

📋 copy color: '#C574B1'

red 197 ◦ green 116 ◦ blue 177

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

Shades of London Hue #C574B1

Tints of London Hue #C574B1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 40.2%
G = 23.67%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C574B1 (or 0xC574B1) is known color: London Hue. HEX triplet: C5, 74 and B1. RGB value is (197,116,177). Sum of RGB (Red+Green+Blue) = 197+116+177=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C574B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574B1 is #3A8B4E. Grayscale: #939393. Windows color (decimal): -3836751 or 11629765. OLE color: 11629765.

HSL color Cylindrical-coordinate representation of color #C574B1: hue angle of 314.81º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C574B1 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 116 177 -
CMYK 0 0.41 0.10 0.23
HSL 314.81º 0.41% 0.61% -
HSV(B) 314.81º 0.41% 0.77% -
XYZ 37.21 27.54 44.95 -
YUV 147.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 197 116 177 0 0.41 0.10 0.23 314.81 0.41 0.61
Hex C5 74 B1 0 29 A 17 13B 29 3D
Octal 305 164 261 0 51 12 27 473 51 75
Binary 11000101 1110100 10110001 0 101001 1010 10111 100111011 101001 111101

Color Harmonies of #C574B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574B1

Black with #C574B1

Text Example


Text Example

White with #C574B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574B1; }

 p { color: rgb(197,116,177); }

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

background-color css

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

 a { background-color: rgb(197,116,177); }

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

border-color css

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

 span { border-color: rgb(197,116,177); }

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