Html Css Color HEX #C27FB0 London Hue

📋 copy color: '#C27FB0'

red 194 ◦ green 127 ◦ blue 176

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

Shades of London Hue #C27FB0

Tints of London Hue #C27FB0

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

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

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 39.03%
G = 25.55%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C27FB0 (or 0xC27FB0) is known color: London Hue. HEX triplet: C2, 7F and B0. RGB value is (194,127,176). Sum of RGB (Red+Green+Blue) = 194+127+176=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FB0 is #3D804F. Grayscale: #989898. Windows color (decimal): -4030544 or 11567042. OLE color: 11567042.

HSL color Cylindrical-coordinate representation of color #C27FB0: hue angle of 316.12º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27FB0 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 176 -
CMYK 0 0.35 0.09 0.24
HSL 316.12º 0.35% 0.63% -
HSV(B) 316.12º 0.35% 0.76% -
XYZ 37.67 29.78 44.84 -
YUV 152.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 194 127 176 0 0.35 0.09 0.24 316.12 0.35 0.63
Hex C2 7F B0 0 23 9 18 13C 23 3F
Octal 302 177 260 0 43 11 30 474 43 77
Binary 11000010 1111111 10110000 0 100011 1001 11000 100111100 100011 111111

Color Harmonies of #C27FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FB0

Black with #C27FB0

Text Example


Text Example

White with #C27FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FB0; }

 p { color: rgb(194,127,176); }

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

background-color css

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

 a { background-color: rgb(194,127,176); }

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

border-color css

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

 span { border-color: rgb(194,127,176); }

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