Html Css Color HEX #C17FBA London Hue

📋 copy color: '#C17FBA'

red 193 ◦ green 127 ◦ blue 186

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

Shades of London Hue #C17FBA

Tints of London Hue #C17FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.1%

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

R = 38.14%
G = 25.1%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C17FBA (or 0xC17FBA) is known color: London Hue. HEX triplet: C1, 7F and BA. RGB value is (193,127,186). Sum of RGB (Red+Green+Blue) = 193+127+186=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FBA is #3E8045. Grayscale: #999999. Windows color (decimal): -4096070 or 12222401. OLE color: 12222401.

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

Color convert

RGB 193 127 186 -
CMYK 0 0.34 0.04 0.24
HSL 306.36º 0.35% 0.63% -
HSV(B) 306.36º 0.34% 0.76% -
XYZ 38.44 30.06 50.23 -
YUV 153.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 193 127 186 0 0.34 0.04 0.24 306.36 0.35 0.63
Hex C1 7F BA 0 22 4 18 132 23 3F
Octal 301 177 272 0 42 4 30 462 43 77
Binary 11000001 1111111 10111010 0 100010 100 11000 100110010 100011 111111

Color Harmonies of #C17FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17FBA

Black with #C17FBA

Text Example


Text Example

White with #C17FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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