Html Css Color HEX #C27CB4 London Hue

📋 copy color: '#C27CB4'

red 194 ◦ green 124 ◦ blue 180

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

Shades of London Hue #C27CB4

Tints of London Hue #C27CB4

RGB

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

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

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

R = 38.96%
G = 24.9%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C27CB4 (or 0xC27CB4) is known color: London Hue. HEX triplet: C2, 7C and B4. RGB value is (194,124,180). Sum of RGB (Red+Green+Blue) = 194+124+180=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CB4 is #3D834B. Grayscale: #979797. Windows color (decimal): -4031308 or 11828418. OLE color: 11828418.

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

Color convert

RGB 194 124 180 -
CMYK 0 0.36 0.07 0.24
HSL 312º 0.36% 0.62% -
HSV(B) 312º 0.36% 0.76% -
XYZ 37.69 29.18 46.83 -
YUV 151.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 194 124 180 0 0.36 0.07 0.24 312 0.36 0.62
Hex C2 7C B4 0 24 7 18 138 24 3E
Octal 302 174 264 0 44 7 30 470 44 76
Binary 11000010 1111100 10110100 0 100100 111 11000 100111000 100100 111110

Color Harmonies of #C27CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CB4

Black with #C27CB4

Text Example


Text Example

White with #C27CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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