Html Css Color HEX #C775B2 London Hue

📋 copy color: '#C775B2'

red 199 ◦ green 117 ◦ blue 178

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

Shades of London Hue #C775B2

Tints of London Hue #C775B2

RGB

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

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

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

R = 40.28%
G = 23.68%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C775B2 (or 0xC775B2) is known color: London Hue. HEX triplet: C7, 75 and B2. RGB value is (199,117,178). Sum of RGB (Red+Green+Blue) = 199+117+178=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C775B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775B2 is #388A4D. Grayscale: #949494. Windows color (decimal): -3705422 or 11695559. OLE color: 11695559.

HSL color Cylindrical-coordinate representation of color #C775B2: hue angle of 315.37º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C775B2 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 178 -
CMYK 0 0.41 0.11 0.22
HSL 315.37º 0.42% 0.62% -
HSV(B) 315.37º 0.41% 0.78% -
XYZ 37.95 28.08 45.54 -
YUV 148.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 199 117 178 0 0.41 0.11 0.22 315.37 0.42 0.62
Hex C7 75 B2 0 29 B 16 13B 2A 3E
Octal 307 165 262 0 51 13 26 473 52 76
Binary 11000111 1110101 10110010 0 101001 1011 10110 100111011 101010 111110

Color Harmonies of #C775B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775B2

Black with #C775B2

Text Example


Text Example

White with #C775B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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