Html Css Color HEX #C77CB5 London Hue

📋 copy color: '#C77CB5'

red 199 ◦ green 124 ◦ blue 181

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

Shades of London Hue #C77CB5

Tints of London Hue #C77CB5

RGB

 RED value IS 199 (78.13% from 255) = 39.48%

 GREEN value IS 124 (48.83% from 255) = 24.6%

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 39.48%
G = 24.6%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C77CB5 (or 0xC77CB5) is known color: London Hue. HEX triplet: C7, 7C and B5. RGB value is (199,124,181). Sum of RGB (Red+Green+Blue) = 199+124+181=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CB5 is #38834A. Grayscale: #989898. Windows color (decimal): -3703627 or 11893959. OLE color: 11893959.

HSL color Cylindrical-coordinate representation of color #C77CB5: hue angle of 314.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CB5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 181 -
CMYK 0 0.38 0.09 0.22
HSL 314.4º 0.4% 0.63% -
HSV(B) 314.4º 0.38% 0.78% -
XYZ 39.1 29.89 47.43 -
YUV 152.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 199 124 181 0 0.38 0.09 0.22 314.4 0.4 0.63
Hex C7 7C B5 0 26 9 16 13A 28 3F
Octal 307 174 265 0 46 11 26 472 50 77
Binary 11000111 1111100 10110101 0 100110 1001 10110 100111010 101000 111111

Color Harmonies of #C77CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77CB5

Black with #C77CB5

Text Example


Text Example

White with #C77CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77CB5; }

 p { color: rgb(199,124,181); }

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

background-color css

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

 a { background-color: rgb(199,124,181); }

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

border-color css

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

 span { border-color: rgb(199,124,181); }

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