Html Css Color HEX #C18EBA London Hue

📋 copy color: '#C18EBA'

red 193 ◦ green 142 ◦ blue 186

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

Shades of London Hue #C18EBA

Tints of London Hue #C18EBA

RGB

 RED value IS 193 (75.78% from 255) = 37.04%

 GREEN value IS 142 (55.86% from 255) = 27.26%

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

R = 37.04%
G = 27.26%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C18EBA (or 0xC18EBA) is known color: London Hue. HEX triplet: C1, 8E and BA. RGB value is (193,142,186). Sum of RGB (Red+Green+Blue) = 193+142+186=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EBA is #3E7145. Grayscale: #A2A2A2. Windows color (decimal): -4092230 or 12226241. OLE color: 12226241.

HSL color Cylindrical-coordinate representation of color #C18EBA: hue angle of 308.24º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EBA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 142 186 -
CMYK 0 0.26 0.04 0.24
HSL 308.24º 0.29% 0.66% -
HSV(B) 308.24º 0.26% 0.76% -
XYZ 40.53 34.23 50.93 -
YUV 162.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 193 142 186 0 0.26 0.04 0.24 308.24 0.29 0.66
Hex C1 8E BA 0 1A 4 18 134 1D 42
Octal 301 216 272 0 32 4 30 464 35 102
Binary 11000001 10001110 10111010 0 11010 100 11000 100110100 11101 1000010

Color Harmonies of #C18EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EBA

Black with #C18EBA

Text Example


Text Example

White with #C18EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EBA; }

 p { color: rgb(193,142,186); }

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

background-color css

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

 a { background-color: rgb(193,142,186); }

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

border-color css

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

 span { border-color: rgb(193,142,186); }

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