Html Css Color HEX #C27CBA London Hue

📋 copy color: '#C27CBA'

red 194 ◦ green 124 ◦ blue 186

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

Shades of London Hue #C27CBA

Tints of London Hue #C27CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 38.49%
G = 24.6%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C27CBA (or 0xC27CBA) is known color: London Hue. HEX triplet: C2, 7C and BA. RGB value is (194,124,186). Sum of RGB (Red+Green+Blue) = 194+124+186=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CBA is #3D8345. Grayscale: #979797. Windows color (decimal): -4031302 or 12221634. OLE color: 12221634.

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

Color convert

RGB 194 124 186 -
CMYK 0 0.36 0.04 0.24
HSL 306.86º 0.36% 0.62% -
HSV(B) 306.86º 0.36% 0.76% -
XYZ 38.32 29.43 50.12 -
YUV 152 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 194 124 186 0 0.36 0.04 0.24 306.86 0.36 0.62
Hex C2 7C BA 0 24 4 18 133 24 3E
Octal 302 174 272 0 44 4 30 463 44 76
Binary 11000010 1111100 10111010 0 100100 100 11000 100110011 100100 111110

Color Harmonies of #C27CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CBA

Black with #C27CBA

Text Example


Text Example

White with #C27CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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