Html Css Color HEX #C575B2 London Hue

📋 copy color: '#C575B2'

red 197 ◦ green 117 ◦ blue 178

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

Shades of London Hue #C575B2

Tints of London Hue #C575B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 40.04%
G = 23.78%
B = 36.18%

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

#C575B2 (or 0xC575B2) is known color: London Hue. HEX triplet: C5, 75 and B2. RGB value is (197,117,178). Sum of RGB (Red+Green+Blue) = 197+117+178=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575B2 is #3A8A4D. Grayscale: #939393. Windows color (decimal): -3836494 or 11695557. OLE color: 11695557.

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

Color convert

RGB 197 117 178 -
CMYK 0 0.41 0.10 0.23
HSL 314.25º 0.41% 0.62% -
HSV(B) 314.25º 0.41% 0.77% -
XYZ 37.42 27.81 45.51 -
YUV 147.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 197 117 178 0 0.41 0.10 0.23 314.25 0.41 0.62
Hex C5 75 B2 0 29 A 17 13A 29 3E
Octal 305 165 262 0 51 12 27 472 51 76
Binary 11000101 1110101 10110010 0 101001 1010 10111 100111010 101001 111110

Color Harmonies of #C575B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575B2

Black with #C575B2

Text Example


Text Example

White with #C575B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575B2; }

 p { color: rgb(197,117,178); }

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

background-color css

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

 a { background-color: rgb(197,117,178); }

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

border-color css

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

 span { border-color: rgb(197,117,178); }

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