Html Css Color HEX #C27EBA London Hue

📋 copy color: '#C27EBA'

red 194 ◦ green 126 ◦ blue 186

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

Shades of London Hue #C27EBA

Tints of London Hue #C27EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.9%

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

R = 38.34%
G = 24.9%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C27EBA (or 0xC27EBA) is known color: London Hue. HEX triplet: C2, 7E and BA. RGB value is (194,126,186). Sum of RGB (Red+Green+Blue) = 194+126+186=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EBA is #3D8145. Grayscale: #999999. Windows color (decimal): -4030790 or 12222146. OLE color: 12222146.

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

Color convert

RGB 194 126 186 -
CMYK 0 0.35 0.04 0.24
HSL 307.06º 0.36% 0.63% -
HSV(B) 307.06º 0.35% 0.76% -
XYZ 38.57 29.94 50.2 -
YUV 153.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 194 126 186 0 0.35 0.04 0.24 307.06 0.36 0.63
Hex C2 7E BA 0 23 4 18 133 24 3F
Octal 302 176 272 0 43 4 30 463 44 77
Binary 11000010 1111110 10111010 0 100011 100 11000 100110011 100100 111111

Color Harmonies of #C27EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EBA

Black with #C27EBA

Text Example


Text Example

White with #C27EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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