Html Css Color HEX #C18FBA London Hue

📋 copy color: '#C18FBA'

red 193 ◦ green 143 ◦ blue 186

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

Shades of London Hue #C18FBA

Tints of London Hue #C18FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

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

R = 36.97%
G = 27.39%
B = 35.63%

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

#C18FBA (or 0xC18FBA) is known color: London Hue. HEX triplet: C1, 8F and BA. RGB value is (193,143,186). Sum of RGB (Red+Green+Blue) = 193+143+186=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FBA is #3E7045. Grayscale: #A2A2A2. Windows color (decimal): -4091974 or 12226497. OLE color: 12226497.

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

Color convert

RGB 193 143 186 -
CMYK 0 0.26 0.04 0.24
HSL 308.4º 0.29% 0.66% -
HSV(B) 308.4º 0.26% 0.76% -
XYZ 40.68 34.53 50.97 -
YUV 162.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 193 143 186 0 0.26 0.04 0.24 308.4 0.29 0.66
Hex C1 8F BA 0 1A 4 18 134 1D 42
Octal 301 217 272 0 32 4 30 464 35 102
Binary 11000001 10001111 10111010 0 11010 100 11000 100110100 11101 1000010

Color Harmonies of #C18FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FBA

Black with #C18FBA

Text Example


Text Example

White with #C18FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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