Html Css Color HEX #C27AB0 London Hue

📋 copy color: '#C27AB0'

red 194 ◦ green 122 ◦ blue 176

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

Shades of London Hue #C27AB0

Tints of London Hue #C27AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.8%

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

R = 39.43%
G = 24.8%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C27AB0 (or 0xC27AB0) is known color: London Hue. HEX triplet: C2, 7A and B0. RGB value is (194,122,176). Sum of RGB (Red+Green+Blue) = 194+122+176=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AB0 is #3D854F. Grayscale: #959595. Windows color (decimal): -4031824 or 11565762. OLE color: 11565762.

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

Color convert

RGB 194 122 176 -
CMYK 0 0.37 0.09 0.24
HSL 315º 0.37% 0.62% -
HSV(B) 315º 0.37% 0.76% -
XYZ 37.04 28.52 44.63 -
YUV 149.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 194 122 176 0 0.37 0.09 0.24 315 0.37 0.62
Hex C2 7A B0 0 25 9 18 13B 25 3E
Octal 302 172 260 0 45 11 30 473 45 76
Binary 11000010 1111010 10110000 0 100101 1001 11000 100111011 100101 111110

Color Harmonies of #C27AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AB0

Black with #C27AB0

Text Example


Text Example

White with #C27AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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