Html Css Color HEX #C27AB4 London Hue

📋 copy color: '#C27AB4'

red 194 ◦ green 122 ◦ blue 180

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

Shades of London Hue #C27AB4

Tints of London Hue #C27AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 39.11%
G = 24.6%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C27AB4 (or 0xC27AB4) is known color: London Hue. HEX triplet: C2, 7A and B4. RGB value is (194,122,180). Sum of RGB (Red+Green+Blue) = 194+122+180=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AB4 is #3D854B. Grayscale: #959595. Windows color (decimal): -4031820 or 11827906. OLE color: 11827906.

HSL color Cylindrical-coordinate representation of color #C27AB4: hue angle of 311.67º 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 #C27AB4 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 180 -
CMYK 0 0.37 0.07 0.24
HSL 311.67º 0.37% 0.62% -
HSV(B) 311.67º 0.37% 0.76% -
XYZ 37.45 28.68 46.74 -
YUV 150.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 194 122 180 0 0.37 0.07 0.24 311.67 0.37 0.62
Hex C2 7A B4 0 25 7 18 138 25 3E
Octal 302 172 264 0 45 7 30 470 45 76
Binary 11000010 1111010 10110100 0 100101 111 11000 100111000 100101 111110

Color Harmonies of #C27AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AB4

Black with #C27AB4

Text Example


Text Example

White with #C27AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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